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

Unified Diff: extensions/common/manifest_constants.cc

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Created 4 years, 1 month 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/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index 8d6be3afc21a672ac34961fc5632c51e42d4c070..f56872902765d8ee2be656a769af2a0f1b39355f 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -287,6 +287,8 @@ const char kCannotClaimAllURLsInExtent[] =
"Cannot claim all URLs in an extent.";
const char kCannotScriptGallery[] =
"The extensions gallery cannot be scripted.";
+const char kCannotScriptPageByPolicy[] =
+ "This page cannot be scripted due to an ExtensionsSettings policy.";
asargent_no_longer_on_chrome 2016/11/23 01:19:23 In theory, this file should have constants for key
Devlin 2016/11/23 17:22:56 Typically, we just put the errors in the files whe
nrpeter 2017/01/02 19:57:45 Done.
const char kCannotScriptSigninPage[] =
"The sign-in page cannot be scripted.";
const char kChromeVersionTooLow[] =

Powered by Google App Engine
This is Rietveld 408576698