| 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 a89f01087d1b5cd7b50ea6dee6eadf24b355e263..a21a8ffdf93cf12c7559def87a3c366822652297 100644
|
| --- a/chrome/common/extensions/api/content_settings.json
|
| +++ b/chrome/common/extensions/api/content_settings.json
|
| @@ -6,10 +6,7 @@
|
| {
|
| "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,
|
| - "use_movable_types": true
|
| - },
|
| + "compiler_options": { "generate_type_functions": true },
|
| "types": [
|
| {
|
| "id": "ResourceIdentifier",
|
|
|