summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/_api_features.json
diff options
context:
space:
mode:
authordewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 18:52:59 +0000
committerdewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 18:52:59 +0000
commitb36663d6e86616f534dca32fa7d21e6fb048da4e (patch)
tree6e3be7d38cded6902fc70dc5f0495629b600c2ab /chrome/common/extensions/api/_api_features.json
parent2d714d568de5a881741470b2c6df070271988f39 (diff)
downloadchromium_src-b36663d6e86616f534dca32fa7d21e6fb048da4e.zip
chromium_src-b36663d6e86616f534dca32fa7d21e6fb048da4e.tar.gz
chromium_src-b36663d6e86616f534dca32fa7d21e6fb048da4e.tar.bz2
Adds syncedNotificationsPrivate API IDL.
API is not implemented, just setting up the bindings. Try jobs were run but constantly getting merge failures with histograms.xml, so adding no try flag. NOTRY=true BUG=372556 Review URL: https://codereview.chromium.org/267863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/_api_features.json')
-rw-r--r--chrome/common/extensions/api/_api_features.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index a289d27..2bf914a 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -651,6 +651,10 @@
"dependencies": ["permission:syncFileSystem"],
"contexts": ["blessed_extension"]
},
+ "syncedNotificationsPrivate": {
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:syncedNotificationsPrivate"]
+ },
"systemIndicator": {
"dependencies": ["manifest:system_indicator"],
"contexts": ["blessed_extension"]