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

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

Issue 10982044: Adding thirdParty property to RequestMatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reordered the unit-test to spare setting up some URLs. Created 8 years, 2 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 d25ce5bd38fc543ad0f271a50a1a6adba7e2bb52..1bc0ef687b0b38ff38cd3bd08aac2ff8b2345a78 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
+++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
@@ -21,6 +21,7 @@ extern const char kContentTypeKey[];
extern const char kDirectionKey[];
extern const char kDomainKey[];
extern const char kExcludeContentTypeKey[];
+extern const char kExcludeResponseHeadersKey[];
extern const char kExpiresKey[];
extern const char kFilterKey[];
extern const char kFromKey[];
@@ -29,25 +30,25 @@ extern const char kInstanceTypeKey[];
extern const char kLowerPriorityThanKey[];
extern const char kMaxAgeKey[];
extern const char kModificationKey[];
+extern const char kNameContainsKey[];
+extern const char kNameEqualsKey[];
extern const char kNameKey[];
+extern const char kNamePrefixKey[];
+extern const char kNameSuffixKey[];
extern const char kPathKey[];
extern const char kRedirectUrlKey[];
extern const char kResourceTypeKey[];
+extern const char kResponseHeadersKey[];
extern const char kSecureKey[];
+extern const char kSessionCookieKey[];
+extern const char kThirdPartyKey[];
extern const char kToKey[];
extern const char kUrlKey[];
+extern const char kValueContainsKey[];
+extern const char kValueEqualsKey[];
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 kSessionCookieKey[];
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