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

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: Fix build issue? Created 6 years, 3 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 013fab272ea53be3bdce31d4cf7c14e720b8f6e7..93dd8d37f52e22dab42a0a1b5a7ec6528db5225d 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -35,6 +35,7 @@
#include "extensions/common/api/bluetooth/bluetooth_manifest_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