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

Unified Diff: extensions/common/constants.h

Issue 538063003: Move execute_code_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 3 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: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index d952989760ec47f99fbdb8db445233d98af5d503..3841aa7cd7e2e39db89119071a6686c6a45d243a 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -108,6 +108,11 @@ extern const char kMimeTypePng[];
// The extension id of the Web Store component application.
extern const char kWebStoreAppId[];
+// Error messages
+extern const char kNoCodeOrFileToExecuteError[];
+extern const char kMoreThanOneValuesError[];
+extern const char kLoadFileError[];
+
} // namespace extensions
namespace extension_misc {

Powered by Google App Engine
This is Rietveld 408576698