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

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

Issue 671163002: Add new extension API for VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added an optional callback to methods in the idl Created 6 years, 1 month 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 | « extensions/common/api/_api_features.json ('k') | extensions/common/api/schemas.gypi » ('j') | 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "channel": "stable", 299 "channel": "stable",
300 "extension_types": ["extension"], 300 "extension_types": ["extension"],
301 "whitelist": [ 301 "whitelist": [
302 // http://crbug.com/292856 302 // http://crbug.com/292856
303 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 303 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
304 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 304 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
305 "A434B90223C3C52F2B69DB494736B63C612C774D" 305 "A434B90223C3C52F2B69DB494736B63C612C774D"
306 ] 306 ]
307 } 307 }
308 ], 308 ],
309 "vpnProvider": {
310 "channel": "trunk",
311 "extension_types": ["extension", "platform_app"],
312 "platforms": ["chromeos"]
313 },
309 "webview": [ 314 "webview": [
310 { 315 {
311 "channel": "stable", 316 "channel": "stable",
312 "extension_types": ["platform_app"] 317 "extension_types": ["platform_app"]
313 }, 318 },
314 { 319 {
315 // General support for webview in component extensions still in progress. 320 // General support for webview in component extensions still in progress.
316 // Only allowed for whitelisted extensions until all the caveats are 321 // Only allowed for whitelisted extensions until all the caveats are
317 // addressed. Tracked in crbug/285151. 322 // addressed. Tracked in crbug/285151.
318 "channel": "stable", 323 "channel": "stable",
(...skipping 10 matching lines...) Expand all
329 "extension_types": ["extension", "legacy_packaged_app"] 334 "extension_types": ["extension", "legacy_packaged_app"]
330 } 335 }
331 ], 336 ],
332 "webRequestBlocking": [ 337 "webRequestBlocking": [
333 { 338 {
334 "channel": "stable", 339 "channel": "stable",
335 "extension_types": ["extension", "legacy_packaged_app"] 340 "extension_types": ["extension", "legacy_packaged_app"]
336 } 341 }
337 ] 342 ]
338 } 343 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698