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

Unified Diff: chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h

Issue 10012004: Implemented proper support for checking schemes and requested resource types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed 'scheme' to 'schemes' Created 8 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/api/declarative_webrequest/webrequest_constants.h
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
index 538497f54016e1a26fd9067484a9127ecec3b00a..ff4aa5206b599b9c4448f5686289b3e190f0dda2 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
+++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
@@ -17,7 +17,8 @@ extern const char kOnRequest[];
// Keys of dictionaries.
extern const char kInstanceTypeKey[];
extern const char kRedirectUrlKey[];
-extern const char kSchemeKey[];
+extern const char kResourceTypeKey[];
+extern const char kSchemesKey[];
// Values of dictionaries, in particular instance types
extern const char kCancelRequestType[];

Powered by Google App Engine
This is Rietveld 408576698