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

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

Issue 12902044: Enable SyncFileSystem API on Stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 374 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
375 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 375 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
376 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor 376 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor
377 ] 377 ]
378 }, 378 },
379 "socket": { 379 "socket": {
380 "channel": "stable", 380 "channel": "stable",
381 "extension_types": ["platform_app"] 381 "extension_types": ["platform_app"]
382 }, 382 },
383 "syncFileSystem": { 383 "syncFileSystem": {
384 "channel": "dev", 384 "channel": "stable",
385 "extension_types": ["platform_app"] 385 "extension_types": ["platform_app"]
386 }, 386 },
387 "systemIndicator": { 387 "systemIndicator": {
388 "channel": "dev", 388 "channel": "dev",
389 "extension_types": ["extension", "packaged_app", "platform_app"] 389 "extension_types": ["extension", "packaged_app", "platform_app"]
390 }, 390 },
391 "storage": { 391 "storage": {
392 "channel": "stable", 392 "channel": "stable",
393 "extension_types": ["extension", "packaged_app", "platform_app"], 393 "extension_types": ["extension", "packaged_app", "platform_app"],
394 "min_manifest_version": 2 394 "min_manifest_version": 2
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }, 490 },
491 "webRequestBlocking": { 491 "webRequestBlocking": {
492 "channel": "stable", 492 "channel": "stable",
493 "extension_types": ["extension", "packaged_app"] 493 "extension_types": ["extension", "packaged_app"]
494 }, 494 },
495 "webview": { 495 "webview": {
496 "channel": "stable", 496 "channel": "stable",
497 "extension_types": ["platform_app"] 497 "extension_types": ["platform_app"]
498 } 498 }
499 } 499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698