diff options
| -rw-r--r-- | chrome/common/extensions/api/privacy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json index a74b505..d1068c6 100644 --- a/chrome/common/extensions/api/privacy.json +++ b/chrome/common/extensions/api/privacy.json @@ -85,7 +85,7 @@ "$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"] + "platforms": ["chromeos", "chromeos touch"] } } } |
