diff options
Diffstat (limited to 'chrome/browser/extensions/extension_page_actions_module.h')
-rw-r--r-- | chrome/browser/extensions/extension_page_actions_module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_page_actions_module.h b/chrome/browser/extensions/extension_page_actions_module.h index 48ed414..6a85cc3 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_ |