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

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

Issue 1128963008: Move printerProvider API to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 253 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
254 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 254 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
255 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 255 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
256 ] 256 ]
257 }, 257 },
258 "power": { 258 "power": {
259 "channel": "stable", 259 "channel": "stable",
260 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ] 260 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ]
261 }, 261 },
262 "printerProvider": { 262 "printerProvider": {
263 "channel": "dev", 263 "channel": "stable",
264 "extension_types": ["extension", "platform_app" ] 264 "extension_types": ["extension", "platform_app" ]
265 }, 265 },
266 // Note: runtime is not actually a permission, but some systems check these 266 // Note: runtime is not actually a permission, but some systems check these
267 // values to verify restrictions. 267 // values to verify restrictions.
268 "runtime": { 268 "runtime": {
269 "channel": "stable", 269 "channel": "stable",
270 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 270 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
271 }, 271 },
272 "serial": { 272 "serial": {
273 "channel": "stable", 273 "channel": "stable",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 }, 446 },
447 "webRequest": { 447 "webRequest": {
448 "channel": "stable", 448 "channel": "stable",
449 "extension_types": ["extension", "legacy_packaged_app"] 449 "extension_types": ["extension", "legacy_packaged_app"]
450 }, 450 },
451 "webRequestBlocking": { 451 "webRequestBlocking": {
452 "channel": "stable", 452 "channel": "stable",
453 "extension_types": ["extension", "legacy_packaged_app"] 453 "extension_types": ["extension", "legacy_packaged_app"]
454 } 454 }
455 } 455 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698