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

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: Initialize test variable 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 332 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
333 }, 333 },
334 "serial": { 334 "serial": {
335 "channel": "stable", 335 "channel": "stable",
336 "extension_types": ["platform_app"] 336 "extension_types": ["platform_app"]
337 }, 337 },
338 "sessionRestore": { 338 "sessionRestore": {
339 "channel": "dev", 339 "channel": "dev",
340 "extension_types": ["extension", "packaged_app"] 340 "extension_types": ["extension", "packaged_app"]
341 }, 341 },
342 "streamsPrivate": {
343 "channel": "stable",
344 "extension_types": ["extension", "packaged_app", "platform_app"],
345 "whitelist": [
346 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
347 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
348 "ionpfmkccalenbmnddpbmocokhaknphg" // QuickOffice Dev
349 ]
350 },
342 "socket": { 351 "socket": {
343 "channel": "stable", 352 "channel": "stable",
344 "extension_types": ["platform_app"] 353 "extension_types": ["platform_app"]
345 }, 354 },
346 "syncFileSystem": { 355 "syncFileSystem": {
347 "channel": "dev", 356 "channel": "dev",
348 "extension_types": ["platform_app"] 357 "extension_types": ["platform_app"]
349 }, 358 },
350 "systemIndicator": { 359 "systemIndicator": {
351 "channel": "dev", 360 "channel": "dev",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 }, 462 },
454 "webRequestBlocking": { 463 "webRequestBlocking": {
455 "channel": "stable", 464 "channel": "stable",
456 "extension_types": ["extension", "packaged_app"] 465 "extension_types": ["extension", "packaged_app"]
457 }, 466 },
458 "webview": { 467 "webview": {
459 "channel": "stable", 468 "channel": "stable",
460 "extension_types": ["platform_app"] 469 "extension_types": ["platform_app"]
461 } 470 }
462 } 471 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698