| 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..fdff9219e002b27cd67210c6962f09f772493301 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": ["windows", "cros", "cros touch"]
|
| }
|
| }
|
| }
|
|
|