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

Unified Diff: extensions/common/manifest_constants.cc

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index d34920c4144cff1570ea7eede71e71e22b62eacc..4ba3ec356d4dbfcbaffc2a04ac210da1f779656d 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -32,6 +32,8 @@ const char kConvertedFromUserScript[] = "converted_from_user_script";
const char kCss[] = "css";
const char kCtrlKey[] = "ctrlKey";
const char kCurrentLocale[] = "current_locale";
+const char kDeclarativeNetRequestRulesetLocation[] =
+ "declarative_net_request_rules";
const char kDefaultLocale[] = "default_locale";
const char kDescription[] = "description";
const char kDevToolsPage[] = "devtools_page";
@@ -200,6 +202,7 @@ namespace manifest_values {
const char kApiKey[] = "api_key";
const char kBrowserActionCommandEvent[] = "_execute_browser_action";
+const char kDeclarativeNetRequest[] = "declarativeNetRequest";
const char kIncognitoNotAllowed[] = "not_allowed";
const char kIncognitoSplit[] = "split";
const char kIncognitoSpanning[] = "spanning";
@@ -295,6 +298,8 @@ const char kCannotScriptSigninPage[] =
"The sign-in page cannot be scripted.";
const char kChromeVersionTooLow[] =
"This extension requires * version * or greater.";
+const char kDeclarativeNetRequestRequired[] =
+ "The 'declarativeNetRequest' permission is required for the key";
const char kDisabledByPolicy[] =
"This extension has been disabled by your administrator.";
const char kExpectString[] = "Expect string value.";
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698