Chromium Code Reviews| Index: extensions/common/constants.h |
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h |
| index b6b1bca29a90295e28e38fb4d68f1cceff68543f..e6c195d6a2e76507a3a65a22aef9508069a4a89c 100644 |
| --- a/extensions/common/constants.h |
| +++ b/extensions/common/constants.h |
| @@ -220,6 +220,9 @@ extern const char kProdHangoutsExtensionId[]; |
| // Extension ids used by Hangouts. |
| extern const char* const kHangoutsExtensionIds[6]; |
| +// Error message when enterprise policy blocks scripting of webpage |
|
Devlin
2017/04/07 00:40:27
comment needs punctuation (though it doesn't reall
nrpeter
2017/04/12 23:35:45
Fixed punctuation. Responded to the issue of locat
|
| +extern const char kPolicyBlockedScripting[]; |
| + |
| } // namespace extension_misc |
| #endif // EXTENSIONS_COMMON_CONSTANTS_H_ |