Chromium Code Reviews| 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..e4e03445f7c234b5184a68bfe1335053bad93d93 100644 |
| --- a/chrome/common/extensions/chrome_manifest_handlers.cc |
| +++ b/chrome/common/extensions/chrome_manifest_handlers.cc |
| @@ -68,6 +68,7 @@ void RegisterChromeManifestHandlers() { |
| (new OAuth2ManifestHandler)->Register(); |
| (new OmniboxHandler)->Register(); |
| (new OptionsPageHandler)->Register(); |
| + (new AboutPageHandler)->Register(); |
|
benwells
2014/06/11 00:47:29
Nit: these seem to be alphabetical, so let's keep
sashab
2014/06/11 05:40:09
Done.
|
| (new PageActionHandler)->Register(); |
| (new PluginsHandler)->Register(); |
| (new RequirementsHandler)->Register(); // Depends on plugins. |