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