| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions. | 6 // under src/extensions. |
| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) | 234 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) |
| 235 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 235 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
| 236 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) | 236 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) |
| 237 ] | 237 ] |
| 238 } | 238 } |
| 239 ], | 239 ], |
| 240 "idle": { | 240 "idle": { |
| 241 "channel": "stable", | 241 "channel": "stable", |
| 242 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 242 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 243 }, | 243 }, |
| 244 "mediaPerceptionPrivate": { |
| 245 "channel": "trunk", |
| 246 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 247 "whitelist": [ |
| 248 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // Stable external hotrod app |
| 249 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // Beta external hotrod app |
| 250 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // Alpha external hotrod app |
| 251 "307E96539209F95A1A8740C713E6998A73657D96", // Dev external hotrod app |
| 252 "4F25792AF1AA7483936DE29C07806F203C7170A0", // Stable internal hotrod app |
| 253 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // Beta internal hotrod app |
| 254 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // Alpha internal hotrod app |
| 255 "81986D4F846CEDDDB962643FA501D1780DD441BB" // Dev internal hotrod app |
| 256 ] |
| 257 }, |
| 244 "metricsPrivate": { | 258 "metricsPrivate": { |
| 245 "channel": "stable", | 259 "channel": "stable", |
| 246 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 260 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 247 "whitelist": [ | 261 "whitelist": [ |
| 248 // The file manager and Google Now are component extensions, and they can | 262 // The file manager and Google Now are component extensions, and they can |
| 249 // currently use whitelisted interfaces without being on the corresponding | 263 // currently use whitelisted interfaces without being on the corresponding |
| 250 // whitelist. | 264 // whitelist. |
| 251 // Adding it to this whitelist documents their dependency, however, and | 265 // Adding it to this whitelist documents their dependency, however, and |
| 252 // also doesn't hurt anything. | 266 // also doesn't hurt anything. |
| 253 "A948368FC53BE437A55FEB414106E207925482F5", // File manager | 267 "A948368FC53BE437A55FEB414106E207925482F5", // File manager |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd | 551 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd |
| 538 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd | 552 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd |
| 539 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd | 553 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd |
| 540 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA", // Public m17n virtual kbd | 554 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA", // Public m17n virtual kbd |
| 541 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // Stable external hotrod app | 555 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // Stable external hotrod app |
| 542 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // Beta external hotrod app | 556 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // Beta external hotrod app |
| 543 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // Alpha external hotrod app | 557 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // Alpha external hotrod app |
| 544 "307E96539209F95A1A8740C713E6998A73657D96", // Dev external hotrod app | 558 "307E96539209F95A1A8740C713E6998A73657D96", // Dev external hotrod app |
| 545 "4F25792AF1AA7483936DE29C07806F203C7170A0", // Stable internal hotrod app | 559 "4F25792AF1AA7483936DE29C07806F203C7170A0", // Stable internal hotrod app |
| 546 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // Beta internal hotrod app | 560 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // Beta internal hotrod app |
| 547 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // Alpha external hotrod app | 561 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // Alpha internal hotrod app |
| 548 "81986D4F846CEDDDB962643FA501D1780DD441BB" // Dev external hotrod app | 562 "81986D4F846CEDDDB962643FA501D1780DD441BB" // Dev internal hotrod app |
| 549 ] | 563 ] |
| 550 }, | 564 }, |
| 551 "vpnProvider": { | 565 "vpnProvider": { |
| 552 "channel": "stable", | 566 "channel": "stable", |
| 553 "extension_types": ["extension", "platform_app"], | 567 "extension_types": ["extension", "platform_app"], |
| 554 "platforms": ["chromeos"] | 568 "platforms": ["chromeos"] |
| 555 }, | 569 }, |
| 556 "webview": [{ | 570 "webview": [{ |
| 557 "channel": "stable", | 571 "channel": "stable", |
| 558 "extension_types": ["platform_app"] | 572 "extension_types": ["platform_app"] |
| 559 }, { | 573 }, { |
| 560 "channel": "stable", | 574 "channel": "stable", |
| 561 "extension_types": ["extension"], | 575 "extension_types": ["extension"], |
| 562 "whitelist": [ | 576 "whitelist": [ |
| 563 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/500075 | 577 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/500075 |
| 564 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/500075 | 578 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/500075 |
| 565 ] | 579 ] |
| 566 }], | 580 }], |
| 567 "webRequest": { | 581 "webRequest": { |
| 568 "channel": "stable", | 582 "channel": "stable", |
| 569 "extension_types": ["extension", "legacy_packaged_app"] | 583 "extension_types": ["extension", "legacy_packaged_app"] |
| 570 }, | 584 }, |
| 571 "webRequestBlocking": { | 585 "webRequestBlocking": { |
| 572 "channel": "stable", | 586 "channel": "stable", |
| 573 "extension_types": ["extension", "legacy_packaged_app"] | 587 "extension_types": ["extension", "legacy_packaged_app"] |
| 574 } | 588 } |
| 575 } | 589 } |
| OLD | NEW |