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

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

Issue 269079: Implement new page action API. (Closed)
Patch Set: compile fixes 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 16556d6020e88a23c8fb71ba3a00b030d971072a..5bb435e18ea04cb61faacd9f0f44d93c7ffba828 100644
--- a/chrome/browser/extensions/extension_page_actions_module_constants.h
+++ b/chrome/browser/extensions/extension_page_actions_module_constants.h
@@ -16,12 +16,6 @@ extern const wchar_t kTitleKey[];
extern const wchar_t kIconIdKey[];
extern const wchar_t kButtonKey[];
-// Error messages.
-extern const char kNoExtensionError[];
-extern const char kNoTabError[];
-extern const char kNoPageActionError[];
-extern const char kUrlNotActiveError[];
-
}; // 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