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

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

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: 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 74b9c39d6eaa5d292be319a06d973356140a3575..02289d8bdad3b56ffba5bf8d9e16014bf13c5cbb 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -757,9 +757,14 @@
"81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
]
},
+ "networking.config": {
+ "channel": "dev",
+ "platforms": ["chromeos"],
+ "extension_types": ["extension"]
+ },
"notificationProvider": {
"channel": "trunk",
- "extension_types": ["extension", "platform_app"]
+ "extension_types": ["extension"]
},
"notifications": {
// The chrome.notifications functionality listed in notifications.idl is

Powered by Google App Engine
This is Rietveld 408576698