Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index 647d7acc70429c1bf5ef2ae8273222b85dc186ed..88491426a77f7148331d08490e8e06d28b4c3d7d 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -679,6 +679,11 @@ |
"dependencies": ["permission:syncFileSystem"], |
"contexts": ["blessed_extension"] |
}, |
+ "syncedNotificationsPrivate": { |
+ "channel": "dev", |
not at google - send to devlin
2014/05/02 21:37:38
channel restriction should be on the permission no
dewittj
2014/05/03 00:07:49
Done.
|
+ "contexts": ["blessed_extension"], |
+ "dependencies": ["permission:syncedNotificationsPrivate"] |
+ }, |
"systemIndicator": { |
"dependencies": ["manifest:system_indicator"], |
"contexts": ["blessed_extension"] |