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

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

Issue 311193005: Add the about_page key to shared_module manifest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 6 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 c97daae11880149e0ce9d41f141368784bb24460..8b85b95f0c62beb2b84f7869075f0965342b3423 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -44,6 +44,7 @@ namespace extensions {
void RegisterChromeManifestHandlers() {
DCHECK(!ManifestHandler::IsRegistrationFinalized());
#if defined(ENABLE_EXTENSIONS)
+ (new AboutPageHandler)->Register();
(new AppIsolationHandler)->Register();
(new AppLaunchManifestHandler)->Register();
(new AutomationHandler)->Register();

Powered by Google App Engine
This is Rietveld 408576698