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

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

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.cc
diff --git a/chrome/browser/extensions/extension_page_actions_module_constants.cc b/chrome/browser/extensions/extension_page_actions_module_constants.cc
index 48ceaae449c6ee58da103c29a91d36fc8afca09c..8690c941a05bade83c0dc73fa8b990782c3a9e1c 100644
--- a/chrome/browser/extensions/extension_page_actions_module_constants.cc
+++ b/chrome/browser/extensions/extension_page_actions_module_constants.cc
@@ -12,9 +12,4 @@ const wchar_t kTitleKey[] = L"title";
const wchar_t kIconIdKey[] = L"iconId";
const wchar_t kButtonKey[] = L"button";
-const char kNoExtensionError[] = "No extension with id: *.";
-const char kNoTabError[] = "No tab with id: *.";
-const char kNoPageActionError[] = "No PageAction with id: *.";
-const char kUrlNotActiveError[] = "This url is no longer active: *.";
-
} // namespace extension_page_actions_module_constants
« no previous file with comments | « chrome/browser/extensions/extension_page_actions_module_constants.h ('k') | chrome/browser/extensions/page_action_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698