Index: chrome/common/extensions/api/page_action.json |
diff --git a/chrome/common/extensions/api/page_action.json b/chrome/common/extensions/api/page_action.json |
index a53c02e0009f682546a2374249e7864aa8eddcfb..1f0f8ba13ebce5615bfef5bea978c1468eccbc09 100644 |
--- a/chrome/common/extensions/api/page_action.json |
+++ b/chrome/common/extensions/api/page_action.json |
@@ -6,6 +6,7 @@ |
{ |
"namespace": "pageAction", |
"description": "Use the <code>chrome.pageAction</code> API to put icons in the main Google Chrome toolbar, to the right of the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages. Page actions appear grayed out when inactive.", |
+ "compiler_options": {"use_movable_types": true}, |
"types": [ |
{ |
"id": "ImageDataType", |