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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 10034037: Fixed pageActions.enableForTab (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved constructor and destructor Created 8 years, 8 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
« no previous file with comments | « chrome/browser/extensions/api/extension_action/extension_page_actions_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_function_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index 63185c224170389e48f9f78bec3b632b28b12744..b1fee1ec21eb2b983cc70649318013817fd9d8d7 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -121,8 +121,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<TabsInsertCSSFunction>();
// Page Actions.
- RegisterFunction<EnablePageActionFunction>();
- RegisterFunction<DisablePageActionFunction>();
+ RegisterFunction<EnablePageActionsFunction>();
+ RegisterFunction<DisablePageActionsFunction>();
RegisterFunction<PageActionShowFunction>();
RegisterFunction<PageActionHideFunction>();
RegisterFunction<PageActionSetIconFunction>();
« no previous file with comments | « chrome/browser/extensions/api/extension_action/extension_page_actions_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698