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

Unified Diff: chrome/common/extensions/api/extension_action/browser_action_handler.cc

Issue 12253022: Manifest handler for all keys background-related. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/api/extension_action/browser_action_handler.cc
diff --git a/chrome/common/extensions/api/extension_action/browser_action_handler.cc b/chrome/common/extensions/api/extension_action/browser_action_handler.cc
index b5ab1db916337419011c11c27bf0bb6f4d639e54..e8dcda9078a642dff18a642b814c5b9f8510448f 100644
--- a/chrome/common/extensions/api/extension_action/browser_action_handler.cc
+++ b/chrome/common/extensions/api/extension_action/browser_action_handler.cc
@@ -41,4 +41,8 @@ bool BrowserActionHandler::Parse(Extension* extension,
return true;
}
+const std::vector<std::string> BrowserActionHandler::Keys() const {
+ return SingleKey(extension_manifest_keys::kBrowserAction);
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698