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

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

Issue 356673003: Notification Provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added notification getter to permission_set_unittest Created 6 years, 6 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 da7e6a856def734c8206e3151893203ef85c44cd..70d7c6a9568d723626ccb900c4267f22b87dded5 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -760,6 +760,10 @@
"75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release
]
},
+ "notificationGetter": {
+ "channel": "trunk",
+ "extension_types": ["extension", "platform_app"]
+ },
"notifications": {
// The chrome.notifications functionality listed in notifications.idl is
// available only to extension/platform_app types. The implementation of

Powered by Google App Engine
This is Rietveld 408576698