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

Unified Diff: chrome/browser/extensions/api/declarative/declarative_api_constants.h

Issue 9422003: Migrate Declarative API bindings to new JSON objects generated by JSON compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed function naming Created 8 years, 10 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/api/declarative/declarative_api_constants.h
diff --git a/chrome/browser/extensions/api/declarative/declarative_api_constants.h b/chrome/browser/extensions/api/declarative/declarative_api_constants.h
index 2084eeca04c069b8ae5665a11a62e321db3a4f73..79d905f5ca5c67f01edbf66fd1cbdc5b4c172b7e 100644
--- a/chrome/browser/extensions/api/declarative/declarative_api_constants.h
+++ b/chrome/browser/extensions/api/declarative/declarative_api_constants.h
@@ -11,14 +11,7 @@
namespace extensions {
namespace declarative_api_constants {
-// Keys.
-extern const char kId[];
-extern const char kConditions[];
-extern const char kActions[];
-extern const char kPriority[];
-
// Error messages.
-extern const char kInvalidDatatype[];
extern const char kInvalidEventName[];
not at google - send to devlin 2012/02/18 02:59:01 Is this only used in declarative_api.cc? If so, yo
battre 2012/02/20 10:17:36 Done.
} // namespace declarative_api_constants

Powered by Google App Engine
This is Rietveld 408576698