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

Unified Diff: chrome/browser/extensions/extension_page_actions_module_constants.h

Issue 274059: Small cleanup to extension function registration to avoid scattered definitions. (Closed)
Patch Set: Created 11 years, 2 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/browser/extensions/extension_page_actions_module_constants.h
diff --git a/chrome/browser/extensions/extension_page_actions_module_constants.h b/chrome/browser/extensions/extension_page_actions_module_constants.h
index 0d31175e95efe5fec48ed1761dd63e2ba19d8010..16556d6020e88a23c8fb71ba3a00b030d971072a 100644
--- a/chrome/browser/extensions/extension_page_actions_module_constants.h
+++ b/chrome/browser/extensions/extension_page_actions_module_constants.h
@@ -22,10 +22,6 @@ extern const char kNoTabError[];
extern const char kNoPageActionError[];
extern const char kUrlNotActiveError[];
-// Function names.
-extern const char kEnablePageActionFunction[];
-extern const char kDisablePageActionFunction[];
-
}; // namespace extension_page_actions_module_constants
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PAGE_ACTIONS_MODULE_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698