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

Unified Diff: chrome/browser/extensions/extension_webrequest_api_constants.h

Issue 6880219: Fix crash with webRequest.event.addListener when provided an invalid URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 9 years, 8 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
Index: chrome/browser/extensions/extension_webrequest_api_constants.h
diff --git a/chrome/browser/extensions/extension_webrequest_api_constants.h b/chrome/browser/extensions/extension_webrequest_api_constants.h
index d959cb05e7332b3981c9db6ab12908c2207e61bc..1134e5e3c2973d49d7fb82150f5b3bb7ab871959 100644
--- a/chrome/browser/extensions/extension_webrequest_api_constants.h
+++ b/chrome/browser/extensions/extension_webrequest_api_constants.h
@@ -33,6 +33,7 @@ extern const char kOnRequestSent[];
// Error messages.
extern const char kInvalidRedirectUrl[];
+extern const char kInvalidRequestFilterUrl[];
} // namespace extension_webrequest_api_constants

Powered by Google App Engine
This is Rietveld 408576698