Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2294)

Unified Diff: chrome/common/extensions/api/privacy.json

Issue 2966613002: [Extensions] Fix platforms for privacy.websites.protectedContentEnabled (Closed)
Patch Set: msramek's Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/preference/standard/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/privacy.json
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json
index f235aafc86bafcce8a91c45394b3147296d21783..3e667d30cdeea91b4e3bdf73775ed9b5417381fd 100644
--- a/chrome/common/extensions/api/privacy.json
+++ b/chrome/common/extensions/api/privacy.json
@@ -120,7 +120,7 @@
"$ref": "types.ChromeSetting",
"value": ["protectedContentEnabled", {"type":"boolean"}],
"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"]
+ "platforms": ["win", "chromeos"]
}
}
}
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/preference/standard/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698