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

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

Issue 1240283002: Implementation of the device attributes API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension_api
Patch Set: Created 5 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
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 42e788c2161669bd381f550c78a0e15cba22f9f4..06dc12d5b01b1b73dae390a0c1440157c302003f 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -344,6 +344,13 @@
"channel": "trunk",
"extension_types": ["extension"]
},
+ "enterprise.deviceAttributes": {
+ "channel": "dev",
+ "component_extensions_auto_granted": false,
not at google - send to devlin 2015/07/22 16:22:53 Why do you need this? (I mean, every API should h
Polina Bondarenko 2015/07/24 16:47:59 Removed.
+ "platforms": ["chromeos"],
+ "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
+ "location": "policy"
+ },
"enterprise.platformKeys": {
"channel": "stable",
"platforms": ["chromeos"],

Powered by Google App Engine
This is Rietveld 408576698