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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Media class renames/moves Created 8 years, 2 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "dev", 7 "channel": "dev",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 }, 266 },
267 "systemPrivate": { 267 "systemPrivate": {
268 "channel": "stable", 268 "channel": "stable",
269 "extension_types": ["extension", "packaged_app"], 269 "extension_types": ["extension", "packaged_app"],
270 "location": "component" 270 "location": "component"
271 }, 271 },
272 "tabs": { 272 "tabs": {
273 "channel": "stable", 273 "channel": "stable",
274 "extension_types": ["extension", "packaged_app"] 274 "extension_types": ["extension", "packaged_app"]
275 }, 275 },
276 "tabCapture": {
277 "channel": "trunk",
278 "extension_types": ["extension", "packaged_app"]
279 },
276 "terminalPrivate": { 280 "terminalPrivate": {
277 "channel": "stable", 281 "channel": "stable",
278 "extension_types": ["extension", "packaged_app", "platform_app"], 282 "extension_types": ["extension", "packaged_app", "platform_app"],
279 "whitelist": [ 283 "whitelist": [
280 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 284 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
281 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 285 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
282 ] 286 ]
283 }, 287 },
284 "topSites": { 288 "topSites": {
285 "channel": "stable", 289 "channel": "stable",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 }, 337 },
334 "webRequest": { 338 "webRequest": {
335 "channel": "stable", 339 "channel": "stable",
336 "extension_types": ["extension", "packaged_app"] 340 "extension_types": ["extension", "packaged_app"]
337 }, 341 },
338 "webRequestBlocking": { 342 "webRequestBlocking": {
339 "channel": "stable", 343 "channel": "stable",
340 "extension_types": ["extension", "packaged_app"] 344 "extension_types": ["extension", "packaged_app"]
341 } 345 }
342 } 346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698