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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 ] | 278 ] |
279 }, | 279 }, |
280 "oauth2.auto_approve": { | 280 "oauth2.auto_approve": { |
281 "channel": "stable", | 281 "channel": "stable", |
282 "extension_types": [ | 282 "extension_types": [ |
283 "extension", "platform_app" | 283 "extension", "platform_app" |
284 ], | 284 ], |
285 "whitelist": [ | 285 "whitelist": [ |
286 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests | 286 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests |
287 "pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now | 287 "pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now |
288 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App | |
289 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. | 288 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. |
290 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", | 289 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", |
291 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", | 290 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
292 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. | 291 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. |
293 "E61F841D8210B6A9891E5384CB665FBED31FCD7B" // http://crbug.com/281715 | 292 "E61F841D8210B6A9891E5384CB665FBED31FCD7B" // http://crbug.com/281715 |
294 ] | 293 ] |
295 }, | 294 }, |
296 "offline_enabled": { | 295 "offline_enabled": { |
297 "channel": "stable", | 296 "channel": "stable", |
298 "extension_types": [ | 297 "extension_types": [ |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 "extension_types": [ | 404 "extension_types": [ |
406 "extension", "legacy_packaged_app", "hosted_app" | 405 "extension", "legacy_packaged_app", "hosted_app" |
407 ] | 406 ] |
408 }, | 407 }, |
409 "webview": { | 408 "webview": { |
410 "channel": "dev", | 409 "channel": "dev", |
411 "extension_types": ["platform_app"], | 410 "extension_types": ["platform_app"], |
412 "min_manifest_version": 2 | 411 "min_manifest_version": 2 |
413 } | 412 } |
414 } | 413 } |
OLD | NEW |