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 |