| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "96FF2FFA5C9173C76D47184B3E86D267B37781DE", // http://crbug.com/642141 | 291 "96FF2FFA5C9173C76D47184B3E86D267B37781DE", // http://crbug.com/642141 |
| 292 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141 | 292 "0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141 |
| 293 ] | 293 ] |
| 294 }, | 294 }, |
| 295 "networking.config": { | 295 "networking.config": { |
| 296 "channel": "stable", | 296 "channel": "stable", |
| 297 "platforms": ["chromeos"], | 297 "platforms": ["chromeos"], |
| 298 "extension_types": ["extension", "platform_app"] | 298 "extension_types": ["extension", "platform_app"] |
| 299 }, | 299 }, |
| 300 "networking.onc": [{ | 300 "networking.onc": [{ |
| 301 "channel": "dev", | 301 "channel": "stable", |
| 302 "extension_types": ["platform_app"], | 302 "extension_types": ["platform_app"], |
| 303 "platforms": ["chromeos"], | 303 "platforms": ["chromeos"], |
| 304 "session_types": ["kiosk.autolaunched"] | 304 "session_types": ["kiosk.autolaunched"] |
| 305 }, { | 305 }, { |
| 306 "channel": "dev", | 306 "channel": "dev", |
| 307 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 307 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 308 "platforms": ["chromeos", "mac", "win", "linux"], | 308 "platforms": ["chromeos", "mac", "win", "linux"], |
| 309 "whitelist": [ | 309 "whitelist": [ |
| 310 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 310 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
| 311 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 311 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 }], | 570 }], |
| 571 "webRequest": { | 571 "webRequest": { |
| 572 "channel": "stable", | 572 "channel": "stable", |
| 573 "extension_types": ["extension", "legacy_packaged_app"] | 573 "extension_types": ["extension", "legacy_packaged_app"] |
| 574 }, | 574 }, |
| 575 "webRequestBlocking": { | 575 "webRequestBlocking": { |
| 576 "channel": "stable", | 576 "channel": "stable", |
| 577 "extension_types": ["extension", "legacy_packaged_app"] | 577 "extension_types": ["extension", "legacy_packaged_app"] |
| 578 } | 578 } |
| 579 } | 579 } |
| OLD | NEW |