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

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

Issue 267863005: Adds syncedNotificationsPrivate API IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 52b45ac1112213055c25a2e51fa5dcfa9ab3b2c0..4547ed5cd45db3c1b66a2eb27f06958e3323164c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -823,6 +823,10 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "syncedNotificationsPrivate": {
+ "channel": "dev",
not at google - send to devlin 2014/05/02 21:37:38 restrict unimplemented APIs to trunk not dev
dewittj 2014/05/03 00:07:49 Done.
+ "extension_types": ["platform_app"]
not at google - send to devlin 2014/05/02 21:37:38 you will need a whitelist for this eventually? cou
dewittj 2014/05/03 00:07:49 I would rather not have a whitelist so we can hack
not at google - send to devlin 2014/05/03 00:13:59 Open on trunk is fine. Damage there seems very lim
+ },
"systemIndicator": {
"channel": "dev",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698