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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 74533002: Push the chrome.bluetooth ChromeOS Platform App API to stable for M33. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "channel": "stable", 82 "channel": "stable",
83 "extension_types": ["platform_app"], 83 "extension_types": ["platform_app"],
84 "whitelist": [ 84 "whitelist": [
85 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 85 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542
86 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 86 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542
87 "3F596D221126DCDFD115CFAA2E5A3141806358AD" // http://crbug.com/286542 87 "3F596D221126DCDFD115CFAA2E5A3141806358AD" // http://crbug.com/286542
88 ] 88 ]
89 } 89 }
90 ], 90 ],
91 "bluetooth": { 91 "bluetooth": {
92 "channel": "dev", 92 "channel": "stable",
93 "extension_types": ["platform_app"] 93 "extension_types": ["platform_app"]
94 }, 94 },
95 "bluetoothDevices": { 95 "bluetoothDevices": {
96 "channel": "dev", 96 "channel": "stable",
97 "extension_types": ["platform_app"] 97 "extension_types": ["platform_app"]
98 }, 98 },
99 "bookmarkManagerPrivate": { 99 "bookmarkManagerPrivate": {
100 "channel": "stable", 100 "channel": "stable",
101 "extension_types": ["extension", "legacy_packaged_app"], 101 "extension_types": ["extension", "legacy_packaged_app"],
102 "whitelist": [ 102 "whitelist": [
103 "eemcgdkfndhakfknompkggombfjjjeno", // Bookmark Manager 103 "eemcgdkfndhakfknompkggombfjjjeno", // Bookmark Manager
104 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 104 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
105 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 105 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444
106 ] 106 ]
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 // Only allowed for whitelisted extensions until all the caveats are 848 // Only allowed for whitelisted extensions until all the caveats are
849 // addressed. Tracked in crbug/285151. 849 // addressed. Tracked in crbug/285151.
850 "channel": "stable", 850 "channel": "stable",
851 "extension_types": ["extension"], 851 "extension_types": ["extension"],
852 "location": "component", 852 "location": "component",
853 "whitelist": [ 853 "whitelist": [
854 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 854 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
855 ] 855 ]
856 }] 856 }]
857 } 857 }
OLDNEW
« 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