Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: extensions/common/api/_permission_features.json

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "226CF815E39A363090A1E547D53063472B8279FA", // Media Router Stable 285 "226CF815E39A363090A1E547D53063472B8279FA", // Media Router Stable
286 // TODO (ntang) Remove the following 2 hashes by 12/31/2017. 286 // TODO (ntang) Remove the following 2 hashes by 12/31/2017.
287 "B620CF4203315F9F2E046EDED22C7571A935958D", // http://crbug.com/510270 287 "B620CF4203315F9F2E046EDED22C7571A935958D", // http://crbug.com/510270
288 "B206D8716769728278D2D300349C6CB7D7DE2EF9", // http://crbug.com/510270 288 "B206D8716769728278D2D300349C6CB7D7DE2EF9", // http://crbug.com/510270
289 "2B6C6A4A5940017146F3E58B7F90116206E84685", // http://crbug.com/642141 289 "2B6C6A4A5940017146F3E58B7F90116206E84685", // http://crbug.com/642141
290 "B6C2EFAB3EC3BF6EF03701408B6B09A67B2D0069", // http://crbug.com/642141 290 "B6C2EFAB3EC3BF6EF03701408B6B09A67B2D0069", // http://crbug.com/642141
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.cast": {
296 "channel": "stable",
297 "extension_types": ["extension", "platform_app"],
298 "platforms": ["chromeos", "mac", "win", "linux"],
Devlin 2017/03/13 05:21:49 What's left?
tbarzic 2017/03/13 22:35:01 Nothing. Though, I removed linux now.
299 "whitelist": [
300 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/588179
301 "FA01E0B81978950F2BC5A50512FD769725F57510", // http://crbug.com/588179
302 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/588179
303 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/588179
304 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/588179
305 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/588179
306 ]
307 },
295 "networking.config": { 308 "networking.config": {
296 "channel": "stable", 309 "channel": "stable",
297 "platforms": ["chromeos"], 310 "platforms": ["chromeos"],
298 "extension_types": ["extension", "platform_app"] 311 "extension_types": ["extension", "platform_app"]
299 }, 312 },
300 "networking.onc": [{ 313 "networking.onc": [{
301 "channel": "dev", 314 "channel": "dev",
302 "extension_types": ["platform_app"], 315 "extension_types": ["platform_app"],
303 "platforms": ["chromeos"], 316 "platforms": ["chromeos"],
304 "session_types": ["kiosk.autolaunched"] 317 "session_types": ["kiosk.autolaunched"]
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 }], 579 }],
567 "webRequest": { 580 "webRequest": {
568 "channel": "stable", 581 "channel": "stable",
569 "extension_types": ["extension", "legacy_packaged_app"] 582 "extension_types": ["extension", "legacy_packaged_app"]
570 }, 583 },
571 "webRequestBlocking": { 584 "webRequestBlocking": {
572 "channel": "stable", 585 "channel": "stable",
573 "extension_types": ["extension", "legacy_packaged_app"] 586 "extension_types": ["extension", "legacy_packaged_app"]
574 } 587 }
575 } 588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698