| Index: trunk/src/chrome/browser/search/instant_service.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/search/instant_service.cc (revision 267099)
|
| +++ trunk/src/chrome/browser/search/instant_service.cc (working copy)
|
| @@ -109,14 +109,9 @@
|
| content::URLDataSource::Add(profile_, new ThemeSource(profile_));
|
| #endif // defined(ENABLE_THEMES)
|
|
|
| - // TODO(aurimas) remove this #if once instant_service.cc is no longer compiled
|
| - // on Android.
|
| -#if !defined(OS_ANDROID)
|
| 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_));
|
|
|