Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3330)

Unified Diff: chrome/common/extensions/chrome_manifest_handlers.cc

Issue 680213003: Cleanup: Remove most enable_extensions logic in chrome/ extensions code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/chrome_manifest_handlers.cc
diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
index 4932500eb9d22e789179c1ed05fe1d04f336149b..e297ee31e480a80e3f0acefad610a9ff56567d98 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -37,7 +37,6 @@ namespace extensions {
void RegisterChromeManifestHandlers() {
DCHECK(!ManifestHandler::IsRegistrationFinalized());
-#if defined(ENABLE_EXTENSIONS)
(new AboutPageHandler)->Register();
(new AppIsolationHandler)->Register();
(new AppLaunchManifestHandler)->Register();
@@ -69,7 +68,6 @@ void RegisterChromeManifestHandlers() {
(new UpdateURLHandler)->Register();
(new UrlHandlersParser)->Register();
(new URLOverridesHandler)->Register();
-#endif
}
} // namespace extensions
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | chrome/common/extensions/chrome_utility_extensions_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698