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

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: rebase Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/api/api.gyp » ('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 (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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 }, 287 },
288 "systemPrivate": { 288 "systemPrivate": {
289 "channel": "stable", 289 "channel": "stable",
290 "extension_types": ["extension", "packaged_app"], 290 "extension_types": ["extension", "packaged_app"],
291 "location": "component" 291 "location": "component"
292 }, 292 },
293 "tabs": { 293 "tabs": {
294 "channel": "stable", 294 "channel": "stable",
295 "extension_types": ["extension", "packaged_app"] 295 "extension_types": ["extension", "packaged_app"]
296 }, 296 },
297 "tabCapture": {
298 "channel": "trunk",
299 "extension_types": ["extension", "packaged_app"]
300 },
297 "terminalPrivate": { 301 "terminalPrivate": {
298 "channel": "stable", 302 "channel": "stable",
299 "extension_types": ["extension", "packaged_app", "platform_app"], 303 "extension_types": ["extension", "packaged_app", "platform_app"],
300 "whitelist": [ 304 "whitelist": [
301 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 305 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
302 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 306 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
303 ] 307 ]
304 }, 308 },
305 "topSites": { 309 "topSites": {
306 "channel": "stable", 310 "channel": "stable",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 }, 362 },
359 "webRequestBlocking": { 363 "webRequestBlocking": {
360 "channel": "stable", 364 "channel": "stable",
361 "extension_types": ["extension", "packaged_app"] 365 "extension_types": ["extension", "packaged_app"]
362 }, 366 },
363 "webview": { 367 "webview": {
364 "channel": "dev", 368 "channel": "dev",
365 "extension_types": ["platform_app"] 369 "extension_types": ["platform_app"]
366 } 370 }
367 } 371 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698