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

Unified Diff: chrome/common/extensions/api/_api_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/_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"]

Powered by Google App Engine
This is Rietveld 408576698