| Index: chrome/common/extensions/api/privacy.json
|
| diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json
|
| index 721ec0ca4794723e40e79343cd37d84fe6626a15..a74b5056ff9a3282c2ee0daa4831f324455d0db7 100644
|
| --- a/chrome/common/extensions/api/privacy.json
|
| +++ b/chrome/common/extensions/api/privacy.json
|
| @@ -82,7 +82,7 @@
|
| "description": "If enabled, Chrome sends <code>referer</code> headers with your requests. Yes, the name of this preference doesn't match the misspelled header. No, we're not going to change it. The value of this preference is of type boolean, and the default value is <code>true</code>."
|
| },
|
| "protectedContentEnabled": {
|
| - "$ref": "ChromeSetting",
|
| + "$ref": "types.ChromeSetting",
|
| "value": ["protectedContentEnabled", {"type":"boolean"}],
|
| "description": "<strong>Available on ChromeOS only</strong>: If enabled, Chrome provides a unique ID to plugins in order to run protected content. The value of this preference is of type boolean, and the default value is <code>true</code>.",
|
| "platforms": ["cros", "cros touch"]
|
|
|