Chromium Code Reviews| 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[] = |