commit | 54b25a8b6032fc192ab1f4a689a77e71ed069c75 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 30 21:47:05 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 30 21:47:05 2014 |
tree | 4652ae7417ca335797ef706d3cb9698a0eaee39a | |
parent | 523e5c590175633e4a0887e9b02808d40b7835e2 [diff] [blame] |
Remove WebUI NTP on Android. Relanding https://codereview.chromium.org/256763004/ Original CL got reverted because it landed at the same time as https://codereview.chromium.org/215733002 Chrome for Android has transitioned to using native NTP. This CL removes the WebUI classes and resources. [email protected],[email protected],[email protected] BUG=284770 Review URL: https://codereview.chromium.org/259393006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267346 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc index c17fae006..704fade1 100644 --- a/chrome/browser/extensions/extension_service.cc +++ b/chrome/browser/extensions/extension_service.cc
@@ -1020,7 +1020,6 @@ ThemeSource* theme_source = new ThemeSource(profile_); content::URLDataSource::Add(profile_, theme_source); } -#endif // Same for chrome://thumb/ resources. if (extensions::PermissionsData::HasHostPermission( @@ -1028,6 +1027,7 @@ ThumbnailSource* thumbnail_source = new ThumbnailSource(profile_, false); content::URLDataSource::Add(profile_, thumbnail_source); } +#endif } void ExtensionService::NotifyExtensionUnloaded(