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

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

Issue 2628673002: Enable networking.onc for autolaunched kiosk sessions (on dev) (Closed)
Patch Set: . Created 3 years, 11 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 83bed89481bf97b30a3dc984c84beefc4aa6b9e9..944f390f7cf484269dac32d6502625aab42fd528 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -308,8 +308,13 @@
"platforms": ["chromeos"],
"extension_types": ["extension", "platform_app"]
},
- "networking.onc": {
+ "networking.onc": [{
"channel": "dev",
+ "extension_types": ["platform_app"],
+ "platforms": ["chromeos"],
+ "session_types": ["kiosk.autolaunched"]
+ }, {
+ "channel": "stable",
Devlin 2017/01/12 21:41:05 this enables networking.onc on stable. I think th
tbarzic 2017/01/12 21:59:55 yep, good point.
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"platforms": ["chromeos", "mac", "win", "linux"],
"whitelist": [
@@ -342,7 +347,7 @@
"E0E94FB0C01FFB9CDC7A5F098C99B5A8D2F95902", // http://crbug.com/610452
"52E0557059A7A28F74ED1D92DDD997E0CCD37806" // http://crbug.com/610452
]
- },
+ }],
"networkingPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],

Powered by Google App Engine
This is Rietveld 408576698