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

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

Issue 439393003: Add whitelist for the chrome.syncedNotificationsPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indent level. Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a3e866202c3f1874ccdc42cadf0ccd4f15423766..abc5c9ce6f524e692eae4afe48959a4c28a59840 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -957,8 +957,11 @@
"extension_types": ["platform_app"]
},
"syncedNotificationsPrivate": {
- "channel": "trunk",
- "extension_types": ["platform_app"]
+ "channel": "dev",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436
+ ]
},
"system.cpu": {
"channel": "stable",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698