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

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

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: Clean up declarative_content.json and store RequestContentScript data in action object 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.cc
diff --git a/chrome/browser/extensions/api/declarative_content/content_constants.cc b/chrome/browser/extensions/api/declarative_content/content_constants.cc
index dda4f93bcbb323dacd06f0573c21ca4d490cbf64..c5e5d0a443beb1e58bee3013d57113fe7e5ba0b5 100644
--- a/chrome/browser/extensions/api/declarative_content/content_constants.cc
+++ b/chrome/browser/extensions/api/declarative_content/content_constants.cc
@@ -18,6 +18,7 @@ const char kPageUrl[] = "pageUrl";
// Values of dictionaries, in particular instance types
const char kPageStateMatcherType[] = "declarativeContent.PageStateMatcher";
const char kShowPageAction[] = "declarativeContent.ShowPageAction";
+const char kRequestContentScript[] = "declarativeContent.RequestContentScript";
} // namespace declarative_content_constants
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698