| Index: chrome/common/extensions/api/browser_action.json
|
| diff --git a/chrome/common/extensions/api/browser_action.json b/chrome/common/extensions/api/browser_action.json
|
| index 8b7898c68f27a706320f95419b3b29dc410edc98..75ba57b6f49c4cedf778f0ec7af29b2ca42bbb89 100644
|
| --- a/chrome/common/extensions/api/browser_action.json
|
| +++ b/chrome/common/extensions/api/browser_action.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "browserAction",
|
| "description": "Use browser actions to put icons in the main Google Chrome toolbar, to the right of the address bar. In addition to its <a href='browserAction#icon'>icon</a>, a browser action can also have a <a href='browserAction#tooltip'>tooltip</a>, a <a href='browserAction#badge'>badge</a>, and a <a href='browserAction#popups'>popup</a>.",
|
| + "compiler_options": { "use_movable_types": true },
|
| "types": [
|
| {
|
| "id": "ColorArray",
|
|
|