OLD | NEW |
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 { | 258 { |
259 "channel": "stable", | 259 "channel": "stable", |
260 "extension_types": ["extension", "platform_app"], | 260 "extension_types": ["extension", "platform_app"], |
261 "whitelist": [ | 261 "whitelist": [ |
262 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development | 262 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
263 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing | 263 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
264 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release | 264 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
265 ] | 265 ] |
266 } | 266 } |
267 ], | 267 ], |
| 268 "screenlockPrivate": { |
| 269 "channel": "dev", |
| 270 "extension_types":["platform_app"], |
| 271 "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"] |
| 272 }, |
268 "downloads": { | 273 "downloads": { |
269 "channel": "stable", | 274 "channel": "stable", |
270 "extension_types": ["extension"] | 275 "extension_types": ["extension"] |
271 }, | 276 }, |
272 "downloads.open": { | 277 "downloads.open": { |
273 "channel": "stable", | 278 "channel": "stable", |
274 "extension_types": ["extension"] | 279 "extension_types": ["extension"] |
275 }, | 280 }, |
276 "downloads.shelf": { | 281 "downloads.shelf": { |
277 "channel": "stable", | 282 "channel": "stable", |
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 // Only allowed for whitelisted extensions until all the caveats are | 853 // Only allowed for whitelisted extensions until all the caveats are |
849 // addressed. Tracked in crbug/285151. | 854 // addressed. Tracked in crbug/285151. |
850 "channel": "stable", | 855 "channel": "stable", |
851 "extension_types": ["extension"], | 856 "extension_types": ["extension"], |
852 "location": "component", | 857 "location": "component", |
853 "whitelist": [ | 858 "whitelist": [ |
854 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 859 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
855 ] | 860 ] |
856 }] | 861 }] |
857 } | 862 } |
OLD | NEW |