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 extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
9 | 9 |
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 }, | 372 }, |
373 "experienceSamplingPrivate": { | 373 "experienceSamplingPrivate": { |
374 "channel": "stable", | 374 "channel": "stable", |
375 "extension_types": ["extension"], | 375 "extension_types": ["extension"], |
376 "whitelist": [ | 376 "whitelist": [ |
377 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 | 377 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 |
378 ] | 378 ] |
379 }, | 379 }, |
380 "experimental": { | 380 "experimental": { |
381 "channel": "stable", | 381 "channel": "stable", |
| 382 "command_line_switch": "experimental-extension-apis", |
382 "extension_types": [ | 383 "extension_types": [ |
383 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 384 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
384 ] | 385 ] |
385 }, | 386 }, |
386 "feedbackPrivate": { | 387 "feedbackPrivate": { |
387 "channel": "stable", | 388 "channel": "stable", |
388 "extension_types": ["extension", "platform_app"], | 389 "extension_types": ["extension", "platform_app"], |
389 "whitelist": [ | 390 "whitelist": [ |
390 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. | 391 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. |
391 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 392 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 "webstorePrivate": { | 1051 "webstorePrivate": { |
1051 "channel": "stable", | 1052 "channel": "stable", |
1052 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1053 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1053 "whitelist": [ | 1054 "whitelist": [ |
1054 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1055 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1055 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1056 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1056 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1057 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1057 ] | 1058 ] |
1058 } | 1059 } |
1059 } | 1060 } |
OLD | NEW |