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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_constants.h

Issue 344433003: Prepare declarativeContent API for new script injection feature. Added Javascript types and functio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement fixes from comments and add unit tests Created 6 years, 5 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_content/content_constants.h
diff --git a/chrome/browser/extensions/api/declarative_content/content_constants.h b/chrome/browser/extensions/api/declarative_content/content_constants.h
index cae250b798b0974f706f62bc86701fa0b9c7876c..2267e707b3c491c197f5118981dea47647db59fc 100644
--- a/chrome/browser/extensions/api/declarative_content/content_constants.h
+++ b/chrome/browser/extensions/api/declarative_content/content_constants.h
@@ -14,13 +14,17 @@ namespace declarative_content_constants {
extern const char kOnPageChanged[];
// Keys of dictionaries.
+extern const char kAllFrames[];
extern const char kCss[];
extern const char kInstanceType[];
+extern const char kJs[];
+extern const char kMatchAboutBlank[];
extern const char kPageUrl[];
// Values of dictionaries, in particular instance types
extern const char kPageStateMatcherType[];
extern const char kShowPageAction[];
+extern const char kRequestContentScript[];
} // namespace declarative_content_constants
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698