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 base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
325 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890 | 325 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890 |
326 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 326 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
327 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 327 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
328 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 328 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
329 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 329 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
330 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | 330 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable |
331 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/588179 | 331 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/588179 |
332 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 332 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
333 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 333 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
334 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release | 334 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release |
335 "23D8847AE3EE90122AA34657360AFEEC8B3E611B", // Autotest | |
achuithb
2017/01/05 22:33:29
Shouldn't this be in networkingPrivate?
| |
335 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | 336 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
336 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 337 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
337 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 338 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
338 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693 | 339 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693 |
339 "2F6F6FDB84E0290ABAB7A9D7571EB344821E5F12", // http://crbug.com/610452 | 340 "2F6F6FDB84E0290ABAB7A9D7571EB344821E5F12", // http://crbug.com/610452 |
340 "5B9E39EA374B136CBE7AED2D872003107642EAD5", // http://crbug.com/610452 | 341 "5B9E39EA374B136CBE7AED2D872003107642EAD5", // http://crbug.com/610452 |
341 "E0E94FB0C01FFB9CDC7A5F098C99B5A8D2F95902", // http://crbug.com/610452 | 342 "E0E94FB0C01FFB9CDC7A5F098C99B5A8D2F95902", // http://crbug.com/610452 |
342 "52E0557059A7A28F74ED1D92DDD997E0CCD37806" // http://crbug.com/610452 | 343 "52E0557059A7A28F74ED1D92DDD997E0CCD37806" // http://crbug.com/610452 |
343 ] | 344 ] |
344 }, | 345 }, |
345 "networkingPrivate": { | 346 "networkingPrivate": { |
346 "channel": "stable", | 347 "channel": "stable", |
347 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 348 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
348 "platforms": ["chromeos", "mac", "win", "linux"], | 349 "platforms": ["chromeos", "mac", "win", "linux"], |
349 "whitelist": [ | 350 "whitelist": [ |
350 // DO NOT ADD ANY MORE ENTRIES HERE. | 351 // DO NOT ADD ANY MORE ENTRIES HERE. |
351 // networkingPrivate is being migrated to networking.onc. | 352 // networkingPrivate is being migrated to networking.onc. |
achuithb
2017/01/05 22:35:28
Ok, nm, just saw this
tbarzic
2017/01/05 23:26:51
Though, I think this still needs networkingPrivate
| |
352 // TODO(tbarzic): Remove this API. | 353 // TODO(tbarzic): Remove this API. |
353 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 354 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
354 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 355 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
355 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 | 356 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
356 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 | 357 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
357 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 | 358 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
358 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 | 359 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 |
359 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/380890 | 360 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/380890 |
360 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890 | 361 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890 |
361 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890 | 362 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890 |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
581 }], | 582 }], |
582 "webRequest": { | 583 "webRequest": { |
583 "channel": "stable", | 584 "channel": "stable", |
584 "extension_types": ["extension", "legacy_packaged_app"] | 585 "extension_types": ["extension", "legacy_packaged_app"] |
585 }, | 586 }, |
586 "webRequestBlocking": { | 587 "webRequestBlocking": { |
587 "channel": "stable", | 588 "channel": "stable", |
588 "extension_types": ["extension", "legacy_packaged_app"] | 589 "extension_types": ["extension", "legacy_packaged_app"] |
589 } | 590 } |
590 } | 591 } |
OLD | NEW |