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

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

Issue 11644057: Move BrowserAction out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_ungoop_extension_action
Patch Set: Latest master for CQ Created 7 years, 11 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_function_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index 4dc056ca90ebc22d3f9543f3dfe42a91a4c23119..a121881cd71ac0b4664c99876911bf56ddb21795 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -52,30 +52,6 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// Register all functions here.
- // Page Actions.
- RegisterFunction<EnablePageActionsFunction>();
- RegisterFunction<DisablePageActionsFunction>();
- RegisterFunction<PageActionShowFunction>();
- RegisterFunction<PageActionHideFunction>();
- RegisterFunction<PageActionSetIconFunction>();
- RegisterFunction<PageActionSetTitleFunction>();
- RegisterFunction<PageActionSetPopupFunction>();
- RegisterFunction<PageActionGetTitleFunction>();
- RegisterFunction<PageActionGetPopupFunction>();
-
- // Browser Actions.
- RegisterFunction<extensions::BrowserActionSetIconFunction>();
- RegisterFunction<extensions::BrowserActionSetTitleFunction>();
- RegisterFunction<extensions::BrowserActionSetBadgeTextFunction>();
- RegisterFunction<extensions::BrowserActionSetBadgeBackgroundColorFunction>();
- RegisterFunction<extensions::BrowserActionSetPopupFunction>();
- RegisterFunction<extensions::BrowserActionGetTitleFunction>();
- RegisterFunction<extensions::BrowserActionGetBadgeTextFunction>();
- RegisterFunction<extensions::BrowserActionGetBadgeBackgroundColorFunction>();
- RegisterFunction<extensions::BrowserActionGetPopupFunction>();
- RegisterFunction<extensions::BrowserActionEnableFunction>();
- RegisterFunction<extensions::BrowserActionDisableFunction>();
-
// Browsing Data.
RegisterFunction<RemoveBrowsingDataFunction>();
RegisterFunction<RemoveAppCacheFunction>();

Powered by Google App Engine
This is Rietveld 408576698