| 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 57461cff855fe6e8a8d35e571376542d932655fa..b9ed684b9035ddd3cbed7ab4854d0876dedf0055 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| @@ -14,6 +14,7 @@ namespace declarative_webrequest_constants {
|
| extern const char kOnRequest[];
|
|
|
| // Keys of dictionaries.
|
| +extern const char kContentTypeKey[];
|
| extern const char kFromKey[];
|
| extern const char kInstanceTypeKey[];
|
| extern const char kLowerPriorityThanKey[];
|
|
|