| Index: chrome/browser/extensions/api/declarative_content/content_action.h
|
| diff --git a/chrome/browser/extensions/api/declarative_content/content_action.h b/chrome/browser/extensions/api/declarative_content/content_action.h
|
| index 404719feda75e1dce8687e492b06564aacd20095..bb18d02996bbf21e3d3cd319d03c1498e00b9ebe 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_action.h
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_action.h
|
| @@ -31,6 +31,7 @@ class ContentAction : public base::RefCounted<ContentAction> {
|
| // Type identifiers for concrete ContentActions.
|
| enum Type {
|
| ACTION_SHOW_PAGE_ACTION,
|
| + ACTION_REQUEST_CONTENT_SCRIPT,
|
| };
|
|
|
| struct ApplyInfo {
|
|
|