| 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 5cb69355f15f296910a993de316c476222c8839c..39302158d4efa7bfc4bcce34dcbea62dabf93767 100644
|
| --- a/chrome/common/extensions/api/content_settings.json
|
| +++ b/chrome/common/extensions/api/content_settings.json
|
| @@ -5,6 +5,10 @@
|
| [
|
| {
|
| "namespace": "contentSettings",
|
| + "description": "The content settings module allows you to change settings that control whether websites can use features such as cookies, JavaScript, and plug-ins.",
|
| + "compiler_options": {
|
| + "generate_type_functions": true
|
| + },
|
| "types": [
|
| {
|
| "id": "ResourceIdentifier",
|
|
|