diff options
author | vabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 10:48:47 +0000 |
---|---|---|
committer | vabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 10:48:47 +0000 |
commit | 401ab8d7316610100a08d429ac5ee3be036fa80b (patch) | |
tree | 61625226db0755316df1d49f0a30e1772d913232 /chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h | |
parent | f07c43122d2bbd806b129a31f7808bb6a8784fbc (diff) | |
download | chromium_src-401ab8d7316610100a08d429ac5ee3be036fa80b.zip chromium_src-401ab8d7316610100a08d429ac5ee3be036fa80b.tar.gz chromium_src-401ab8d7316610100a08d429ac5ee3be036fa80b.tar.bz2 |
Adding condition attributes for request headers to Declarative WebRequest
TEST=Install the extension "declarative_request_headers_match.crx" attached to BUG 143662. If this feature is working correctly it should cancel every navigation.
BUG=143662, 112155
TBR=yoz@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11038031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h')
-rw-r--r-- | chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h index 1bc0ef6..364a651 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 kExcludeRequestHeadersKey[]; extern const char kExcludeResponseHeadersKey[]; extern const char kExpiresKey[]; extern const char kFilterKey[]; @@ -37,6 +38,7 @@ extern const char kNamePrefixKey[]; extern const char kNameSuffixKey[]; extern const char kPathKey[]; extern const char kRedirectUrlKey[]; +extern const char kRequestHeadersKey[]; extern const char kResourceTypeKey[]; extern const char kResponseHeadersKey[]; extern const char kSecureKey[]; |