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

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

Issue 10874029: Adding condition attributes for response headers to Declarative WebRequest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 7eac5946cf3a2d2ba2d3540d47e1ea4757e6d6a0..77af30d8d154865faf3c52ebf1fcc70b61999b95 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
+++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
@@ -35,6 +35,16 @@ extern const char kSecureKey[];
extern const char kToKey[];
extern const char kUrlKey[];
extern const char kValueKey[];
+extern const char kResponseHeadersKey[];
+extern const char kExcludeResponseHeadersKey[];
+extern const char kNamePrefixKey[];
+extern const char kNameSuffixKey[];
+extern const char kNameContainsKey[];
+extern const char kNameEqualsKey[];
+extern const char kValuePrefixKey[];
+extern const char kValueSuffixKey[];
+extern const char kValueContainsKey[];
+extern const char kValueEqualsKey[];
// Values of dictionaries, in particular instance types
extern const char kAddRequestCookieType[];

Powered by Google App Engine
This is Rietveld 408576698