| Index: chrome/common/extensions/api/content_settings.json
|
| diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json
|
| index 455c8701a8eb1318a02027b992df9fd95ee67864..a89f01087d1b5cd7b50ea6dee6eadf24b355e263 100644
|
| --- a/chrome/common/extensions/api/content_settings.json
|
| +++ b/chrome/common/extensions/api/content_settings.json
|
| @@ -7,7 +7,8 @@
|
| "namespace": "contentSettings",
|
| "description": "Use the <code>chrome.contentSettings</code> API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.",
|
| "compiler_options": {
|
| - "generate_type_functions": true
|
| + "generate_type_functions": true,
|
| + "use_movable_types": true
|
| },
|
| "types": [
|
| {
|
|
|