| 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 4dc194299c33dc60cafd995fad5275baf0c71838..3603591eb868b2b8d3f87c005e221634464b3ac1 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| @@ -15,6 +15,7 @@ extern const char kOnRequest[];
|
|
|
| // Keys of dictionaries.
|
| extern const char kCookieKey[];
|
| +extern const char kContentTypeKey[];
|
| extern const char kDirectionKey[];
|
| extern const char kDomainKey[];
|
| extern const char kExpiresKey[];
|
|
|