| 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 // This features file defines permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/chrome. | 6 // under src/chrome. |
| 7 // See chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
| 8 // well as feature.h, simple_feature.h, and feature_provider.h. | 8 // well as feature.h, simple_feature.h, and feature_provider.h. |
| 9 | 9 |
| 10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 "firstRunPrivate": { | 407 "firstRunPrivate": { |
| 408 "channel": "stable", | 408 "channel": "stable", |
| 409 "extension_types": ["platform_app"], | 409 "extension_types": ["platform_app"], |
| 410 "location": "component", | 410 "location": "component", |
| 411 "platforms": ["chromeos"] | 411 "platforms": ["chromeos"] |
| 412 }, | 412 }, |
| 413 "fontSettings": { | 413 "fontSettings": { |
| 414 "channel": "stable", | 414 "channel": "stable", |
| 415 "extension_types": ["extension", "legacy_packaged_app"] | 415 "extension_types": ["extension", "legacy_packaged_app"] |
| 416 }, | 416 }, |
| 417 "gcdPrivate": { | |
| 418 "channel": "stable", | |
| 419 "extension_types": ["extension", "platform_app"], | |
| 420 "whitelist": [ | |
| 421 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/394124 | |
| 422 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/394124 | |
| 423 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/394124 | |
| 424 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/394124 | |
| 425 ] | |
| 426 }, | |
| 427 "gcm": { | 417 "gcm": { |
| 428 "channel": "stable", | 418 "channel": "stable", |
| 429 "extension_types": ["extension", "platform_app"] | 419 "extension_types": ["extension", "platform_app"] |
| 430 }, | 420 }, |
| 431 "geolocation": { | 421 "geolocation": { |
| 432 "channel": "stable", | 422 "channel": "stable", |
| 433 "extension_types": [ | 423 "extension_types": [ |
| 434 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 424 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| 435 ] | 425 ] |
| 436 }, | 426 }, |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 "channel": "stable", | 917 "channel": "stable", |
| 928 "extension_types": ["platform_app"], | 918 "extension_types": ["platform_app"], |
| 929 "platforms": ["chromeos"], | 919 "platforms": ["chromeos"], |
| 930 "whitelist": [ | 920 "whitelist": [ |
| 931 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 921 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 932 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 922 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 933 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 923 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 934 ] | 924 ] |
| 935 } | 925 } |
| 936 } | 926 } |
| OLD | NEW |