Index: chrome/browser/extensions/extension_webrequest_api_constants.cc |
diff --git a/chrome/browser/extensions/extension_webrequest_api_constants.cc b/chrome/browser/extensions/extension_webrequest_api_constants.cc |
index 985fe61f460fc806b6787e3091280b3c0a424a58..a96987fecdc82ba55480b4245672d9fab9f78986 100644 |
--- a/chrome/browser/extensions/extension_webrequest_api_constants.cc |
+++ b/chrome/browser/extensions/extension_webrequest_api_constants.cc |
@@ -51,8 +51,11 @@ const char kInvalidBlockingResponse[] = |
"cancel cannot be true in the presence of other keys."; |
const char kInvalidRequestFilterUrl[] = "'*' is not a valid URL pattern."; |
const char kBlockingPermissionRequired[] = |
- "You do not have permission to use blocking webRequest listeners. " |
- "Be sure to declare the webRequestBlocking permission in your " |
- "manifest."; |
+ "You do not have permission to use blocking webRequest listeners. " |
+ "Be sure to declare the webRequestBlocking permission in your " |
+ "manifest."; |
+const char kHostPermissionsRequired[] = |
+ "You need to request host permissions in the manifest file in order to " |
+ "be notified about requests from the webRequest API."; |
} // namespace extension_webrequest_api_constants |