Index: chrome/browser/extensions/extension_page_actions_module.h |
diff --git a/chrome/browser/extensions/extension_page_actions_module.h b/chrome/browser/extensions/extension_page_actions_module.h |
index 48ed414bbf8b1707dff1c6b89e883a075a919870..6a85cc3e05db799b37aa07423fb511edf698cbbc 100644 |
--- a/chrome/browser/extensions/extension_page_actions_module.h |
+++ b/chrome/browser/extensions/extension_page_actions_module.h |
@@ -14,10 +14,12 @@ class PageActionFunction : public SyncExtensionFunction { |
class EnablePageActionFunction : public PageActionFunction { |
virtual bool RunImpl(); |
+ DECLARE_EXTENSION_FUNCTION_NAME("pageActions.enableForTab") |
}; |
class DisablePageActionFunction : public PageActionFunction { |
virtual bool RunImpl(); |
+ DECLARE_EXTENSION_FUNCTION_NAME("pageActions.disableForTab") |
}; |
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PAGE_ACTIONS_MODULE_H_ |