| Index: chrome/browser/extensions/api/declarative_content/content_constants.cc
|
| diff --git a/chrome/browser/extensions/api/declarative_content/content_constants.cc b/chrome/browser/extensions/api/declarative_content/content_constants.cc
|
| index dda4f93bcbb323dacd06f0573c21ca4d490cbf64..c5e5d0a443beb1e58bee3013d57113fe7e5ba0b5 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_constants.cc
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_constants.cc
|
| @@ -18,6 +18,7 @@ const char kPageUrl[] = "pageUrl";
|
| // Values of dictionaries, in particular instance types
|
| const char kPageStateMatcherType[] = "declarativeContent.PageStateMatcher";
|
| const char kShowPageAction[] = "declarativeContent.ShowPageAction";
|
| +const char kRequestContentScript[] = "declarativeContent.RequestContentScript";
|
|
|
| } // namespace declarative_content_constants
|
| } // namespace extensions
|
|
|