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

Unified Diff: chrome/browser/extensions/extension_tabs_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_tabs_module_constants.h
diff --git a/chrome/browser/extensions/extension_tabs_module_constants.h b/chrome/browser/extensions/extension_tabs_module_constants.h
index cfb34122749259cd080366bd325df8548103e60a..6e0967de21c90b43ba8c1105d4a8da2874437872 100644
--- a/chrome/browser/extensions/extension_tabs_module_constants.h
+++ b/chrome/browser/extensions/extension_tabs_module_constants.h
@@ -50,27 +50,6 @@ extern const char kNotImplementedError[];
extern const char kCannotAccessPageError[];
extern const char kSupportedInWindowsOnlyError[];
-// Function names, Windows API.
-extern const char kGetWindowFunction[];
-extern const char kGetCurrentWindowFunction[];
-extern const char kGetLastFocusedWindowFunction[];
-extern const char kGetAllWindowsFunction[];
-extern const char kCreateWindowFunction[];
-extern const char kUpdateWindowFunction[];
-extern const char kRemoveWindowFunction[];
-
-// Function names, Tabs API.
-extern const char kGetTabFunction[];
-extern const char kGetSelectedTabFunction[];
-extern const char kGetAllTabsInWindowFunction[];
-extern const char kCreateTabFunction[];
-extern const char kUpdateTabFunction[];
-extern const char kMoveTabFunction[];
-extern const char kRemoveTabFunction[];
-extern const char kDetectTabLanguageFunction[];
-extern const char kCaptureVisibleTabFunction[];
-extern const char kExecuteScriptFunction[];
-extern const char kInsertCSSFunction[];
extern const char kNoCodeOrFileToExecuteError[];
extern const char kMoreThanOneValuesError[];
extern const char kLoadFileError[];

Powered by Google App Engine
This is Rietveld 408576698