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

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

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 1d03184ed617a11f5f0c23e0fb3219db4d2e108a..f2c2da515284e61258110db8f38571dd78f9ea1f 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -35,6 +35,7 @@
#include "chrome/common/extensions/manifest_url_handler.h"
#include "extensions/common/api/sockets/sockets_manifest_handler.h"
#include "extensions/common/manifest_handlers/externally_connectable.h"
+#include "extensions/common/manifest_handlers/options_page_info.h"
#include "extensions/common/manifest_handlers/requirements_info.h"
namespace extensions {
@@ -62,7 +63,7 @@ void RegisterChromeManifestHandlers() {
(new MinimumChromeVersionChecker)->Register();
(new OAuth2ManifestHandler)->Register();
(new OmniboxHandler)->Register();
- (new OptionsPageHandler)->Register();
+ (new OptionsPageManifestHandler)->Register();
(new PageActionHandler)->Register();
(new PluginsHandler)->Register();
(new RequirementsHandler)->Register(); // Depends on plugins.

Powered by Google App Engine
This is Rietveld 408576698