Index: chrome/browser/search/instant_service.cc |
diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc |
index 47d36d372ed88e4241190d977db191ba7df2443f..62e8580219b32d5f12b5399ba1ae5057c5085115 100644 |
--- a/chrome/browser/search/instant_service.cc |
+++ b/chrome/browser/search/instant_service.cc |
@@ -93,7 +93,8 @@ InstantService::InstantService(Profile* profile) |
content::URLDataSource::Add(profile, new ThemeSource(profile)); |
#endif // defined(ENABLE_THEMES) |
- content::URLDataSource::Add(profile, new ThumbnailSource(profile)); |
+ content::URLDataSource::Add(profile, new ThumbnailSource(profile, false)); |
+ content::URLDataSource::Add(profile, new ThumbnailSource(profile, true)); |
content::URLDataSource::Add(profile, new FaviconSource( |
profile, FaviconSource::FAVICON)); |
content::URLDataSource::Add(profile, new LocalNtpSource(profile)); |