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 "app": { | 9 "app": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 "channel": "stable", | 249 "channel": "stable", |
250 "extension_types": [ | 250 "extension_types": [ |
251 "extension", "platform_app" | 251 "extension", "platform_app" |
252 ], | 252 ], |
253 "whitelist": [ | 253 "whitelist": [ |
254 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests | 254 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests |
255 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 255 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now |
256 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App | 256 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App |
257 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. | 257 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. |
258 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", | 258 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", |
259 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" | 259 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
| 260 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. |
| 261 "E61F841D8210B6A9891E5384CB665FBED31FCD7B" // See http://crbug.com/281715 |
260 ] | 262 ] |
261 }, | 263 }, |
262 "offline_enabled": { | 264 "offline_enabled": { |
263 "channel": "stable", | 265 "channel": "stable", |
264 "extension_types": [ | 266 "extension_types": [ |
265 "extension", "packaged_app", "hosted_app", "platform_app" | 267 "extension", "packaged_app", "hosted_app", "platform_app" |
266 ] | 268 ] |
267 }, | 269 }, |
268 "omnibox": { | 270 "omnibox": { |
269 "channel": "stable", | 271 "channel": "stable", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 "channel": "stable", | 365 "channel": "stable", |
364 "extension_types": "all" | 366 "extension_types": "all" |
365 }, | 367 }, |
366 "web_accessible_resources": { | 368 "web_accessible_resources": { |
367 "channel": "stable", | 369 "channel": "stable", |
368 "extension_types": [ | 370 "extension_types": [ |
369 "extension", "packaged_app", "hosted_app" | 371 "extension", "packaged_app", "hosted_app" |
370 ] | 372 ] |
371 } | 373 } |
372 } | 374 } |
OLD | NEW |