commit | 1cf4b79a0020bc18c83ca8bde0e318ecd5252bc2 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Jul 26 10:22:22 2011 -0700 |
committer | John Reck <jreck@google.com> | Wed Jul 27 14:11:44 2011 -0700 |
tree | ee1b1ce7a7c86f9a6226e62badf61e6e1bed3b4c | |
parent | ff6a748ae78165cc2298f5120a4374b4ed6f836b [diff] [blame] |
Restore overhaul Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
diff --git a/src/com/android/browser/PreloadController.java b/src/com/android/browser/PreloadController.java index 652ea8e..08e223f 100644 --- a/src/com/android/browser/PreloadController.java +++ b/src/com/android/browser/PreloadController.java
@@ -276,4 +276,9 @@ if (LOGD_ENABLED) Log.d(LOGTAG, "hideAutoLogin()"); } + @Override + public boolean shouldCaptureThumbnails() { + return false; + } + }