| 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();
|
|
|