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

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

Issue 2813073003: Make all ComplexFeatures of single feature to be SimpleFeature. (Closed)
Patch Set: fix space Created 3 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index de72ed47c2508df55d33a714e0b6803e4c37aedc..9056cb48e027d7b98736a2fc622f2d8387dbf7c7 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -62,18 +62,16 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
- "app.window.ime": [
- {
- "channel": "stable",
- "extension_types": ["extension"],
- "platforms": ["chromeos"],
- "whitelist": [
- "06BE211D5F014BAB34BC22D9DDA09C63A81D828E",
- "F94EE6AB36D6C6588670B2B01EB65212D9C64E33",
- "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // http://crbug.com/435380
- ]
- }
- ],
+ "app.window.ime": {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "platforms": ["chromeos"],
+ "whitelist": [
+ "06BE211D5F014BAB34BC22D9DDA09C63A81D828E",
+ "F94EE6AB36D6C6588670B2B01EB65212D9C64E33",
+ "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // http://crbug.com/435380
+ ]
+ },
"appview": {
"channel": "stable",
"extension_types": ["platform_app"]
@@ -456,20 +454,18 @@
"whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
}
],
- "u2fDevices": [
- {
- "channel": "stable",
- "extension_types": ["extension", "platform_app"],
- "whitelist": [
- "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
- "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
- "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
- "A28C9619C4C41306FA5236FB4D94DA812F504DE8", // CryptoToken (dev)
- "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Security Key
- "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev)
- ]
- }
- ],
+ "u2fDevices": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"],
+ "whitelist": [
+ "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
+ "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
+ "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
+ "A28C9619C4C41306FA5236FB4D94DA812F504DE8", // CryptoToken (dev)
+ "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Security Key
+ "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev)
+ ]
+ },
"unlimitedStorage": {
"channel": "stable",
"extension_types": [
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | extensions/common/features/complex_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698