Index: chrome/browser/search/instant_service.cc |
diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc |
index 808a7d07b7d5f30bc432503e4f0e37e97f514954..02df88c5e7e7ec6d7d1c35bbc2c75347d7f287a6 100644 |
--- a/chrome/browser/search/instant_service.cc |
+++ b/chrome/browser/search/instant_service.cc |
@@ -109,9 +109,12 @@ InstantService::InstantService(Profile* profile) |
content::URLDataSource::Add(profile_, new ThemeSource(profile_)); |
#endif // defined(ENABLE_THEMES) |
+#if !defined(OS_ANDROID) |
Nico
2014/04/25 20:22:04
This change isn't obvious to me. Maybe "// Thumbna
aurimas (slooooooooow)
2014/04/25 21:23:38
We don't use instant_service.cc at on Android, but
|
content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, false)); |
content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, true)); |
content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_)); |
+#endif // !defined(OS_ANDROID) |
+ |
content::URLDataSource::Add( |
profile_, new FaviconSource(profile_, FaviconSource::FAVICON)); |
content::URLDataSource::Add(profile_, new LocalNtpSource(profile_)); |