| 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 14fb873bb66610b147a371e9377f00969dad7e6e..86984d035d8f5ab3fcaeb26a0fce88ce6ed13797 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| @@ -24,12 +24,14 @@ extern const char kUrlKey[];
|
| extern const char kValueKey[];
|
|
|
| // Values of dictionaries, in particular instance types
|
| +extern const char kAddResponseHeaderType[];
|
| extern const char kCancelRequestType[];
|
| extern const char kIgnoreRulesType[];
|
| extern const char kRedirectRequestType[];
|
| extern const char kRedirectToEmptyDocumentType[];
|
| extern const char kRedirectToTransparentImageType[];
|
| extern const char kRemoveRequestHeaderType[];
|
| +extern const char kRemoveResponseHeaderType[];
|
| extern const char kRequestMatcherType[];
|
| extern const char kSetRequestHeaderType[];
|
|
|
|
|