Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / declarative_content / content_action.h
index 404719f..bb18d02 100644 (file)
@@ -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 {