| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "extension", "legacy_packaged_app", "platform_app" | 256 "extension", "legacy_packaged_app", "platform_app" |
| 257 ] | 257 ] |
| 258 }, | 258 }, |
| 259 "oauth2.auto_approve": { | 259 "oauth2.auto_approve": { |
| 260 "channel": "stable", | 260 "channel": "stable", |
| 261 "extension_types": [ | 261 "extension_types": [ |
| 262 "extension", "platform_app" | 262 "extension", "platform_app" |
| 263 ], | 263 ], |
| 264 "whitelist": [ | 264 "whitelist": [ |
| 265 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests | 265 "mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests |
| 266 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 266 "pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now |
| 267 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App | 267 "hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App |
| 268 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. | 268 "nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app. |
| 269 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", | 269 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", |
| 270 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", | 270 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
| 271 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. | 271 "1A26E32DE447A17CBE5E9750CDBA78F58539B39C", // TODO(rockot): Kill these. |
| 272 "E61F841D8210B6A9891E5384CB665FBED31FCD7B", // http://crbug.com/281715 | 272 "E61F841D8210B6A9891E5384CB665FBED31FCD7B", // http://crbug.com/281715 |
| 273 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/300087 | 273 "0F42756099D914A026DADFA182871C015735DD95" // http://crbug.com/300087 |
| 274 ] | 274 ] |
| 275 }, | 275 }, |
| 276 "offline_enabled": { | 276 "offline_enabled": { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "extension_types": [ | 390 "extension_types": [ |
| 391 "extension", "legacy_packaged_app", "hosted_app" | 391 "extension", "legacy_packaged_app", "hosted_app" |
| 392 ] | 392 ] |
| 393 }, | 393 }, |
| 394 "webview": { | 394 "webview": { |
| 395 "channel": "dev", | 395 "channel": "dev", |
| 396 "extension_types": ["platform_app"], | 396 "extension_types": ["platform_app"], |
| 397 "min_manifest_version": 2 | 397 "min_manifest_version": 2 |
| 398 } | 398 } |
| 399 } | 399 } |
| OLD | NEW |