| Index: chrome/common/extensions/api/privacy.json
|
| diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json
|
| index 6ad4750de1fe2bf827b1bbbd32c489e1e486b662..42f4676bcbec3761118b4c3ffb36b4422b706985 100644
|
| --- a/chrome/common/extensions/api/privacy.json
|
| +++ b/chrome/common/extensions/api/privacy.json
|
| @@ -83,8 +83,8 @@
|
| "protectedContentEnabled": {
|
| "$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"]
|
| + "description": "<strong>Available on Windows and 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": ["win", "cros", "cros touch"]
|
| }
|
| }
|
| }
|
|
|