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