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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix base files Created 7 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 (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": "stable", 7 "channel": "stable",
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 314 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
315 }, 315 },
316 "serial": { 316 "serial": {
317 "channel": "stable", 317 "channel": "stable",
318 "extension_types": ["platform_app"] 318 "extension_types": ["platform_app"]
319 }, 319 },
320 "sessionRestore": { 320 "sessionRestore": {
321 "channel": "dev", 321 "channel": "dev",
322 "extension_types": ["extension", "packaged_app"] 322 "extension_types": ["extension", "packaged_app"]
323 }, 323 },
324 "streamsPrivate": {
325 "channel": "stable",
326 "extension_types": ["extension", "packaged_app", "platform_app"]
Matt Perry 2013/03/01 22:15:16 I think you can move the whitelist here instead of
Zachary Kuznia 2013/03/04 06:09:43 Done.
327 },
324 "socket": { 328 "socket": {
325 "channel": "stable", 329 "channel": "stable",
326 "extension_types": ["platform_app"] 330 "extension_types": ["platform_app"]
327 }, 331 },
328 "syncFileSystem": { 332 "syncFileSystem": {
329 "channel": "dev", 333 "channel": "dev",
330 "extension_types": ["platform_app"] 334 "extension_types": ["platform_app"]
331 }, 335 },
332 "systemIndicator": { 336 "systemIndicator": {
333 "channel": "dev", 337 "channel": "dev",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 }, 439 },
436 "webRequestBlocking": { 440 "webRequestBlocking": {
437 "channel": "stable", 441 "channel": "stable",
438 "extension_types": ["extension", "packaged_app"] 442 "extension_types": ["extension", "packaged_app"]
439 }, 443 },
440 "webview": { 444 "webview": {
441 "channel": "stable", 445 "channel": "stable",
442 "extension_types": ["platform_app"] 446 "extension_types": ["platform_app"]
443 } 447 }
444 } 448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698