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

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

Issue 411143006: Update GCDPrivate API permissions and fix tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 b077114bd1c10770788811b601b9366e5e5d2dae..82df3be795da4d7e5c36701018c9ef25b459966c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -498,8 +498,14 @@
"extension_types": ["extension", "legacy_packaged_app"]
},
"gcdPrivate": {
- "channel": "trunk",
- "extension_types": ["extension", "platform_app"]
+ "channel": "dev",
+ "extension_types": ["extension", "platform_app"],
+ "whitelist": [
+ "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/394124
+ "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/394124
+ "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/394124
+ "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/394124
+ ]
},
"gcm": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698