| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.cc
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.cc b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.cc
|
| index dc84e94eb402f21def32ccdec3cc561660f960d4..2a311d399a2a7cc46fa88aab1ace52e56a0f2a6b 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.cc
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.cc
|
| @@ -11,6 +11,7 @@ namespace declarative_webrequest_constants {
|
| const char kOnRequest[] = "declarativeWebRequest.onRequest";
|
|
|
| // Keys of dictionaries.
|
| +const char kContentTypeKey[] = "contentType";
|
| const char kFromKey[] = "from";
|
| const char kInstanceTypeKey[] = "instanceType";
|
| const char kLowerPriorityThanKey[] = "lowerPriorityThan";
|
|
|