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

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

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 4 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "extension_types": ["extension", "packaged_app", "platform_app"] 527 "extension_types": ["extension", "packaged_app", "platform_app"]
528 }, 528 },
529 "screensaver": { 529 "screensaver": {
530 "channel": "stable", 530 "channel": "stable",
531 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 531 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
532 }, 532 },
533 "serial": { 533 "serial": {
534 "channel": "stable", 534 "channel": "stable",
535 "extension_types": ["platform_app"] 535 "extension_types": ["platform_app"]
536 }, 536 },
537 "sessionRestore": { 537 "sessions": {
538 "channel": "dev", 538 "channel": "dev",
539 "extension_types": ["extension", "packaged_app"] 539 "extension_types": ["extension", "packaged_app"]
540 }, 540 },
541 "streamsPrivate": { 541 "streamsPrivate": {
542 "channel": "stable", 542 "channel": "stable",
543 "extension_types": ["extension", "packaged_app", "platform_app"], 543 "extension_types": ["extension", "packaged_app", "platform_app"],
544 "whitelist": [ 544 "whitelist": [
545 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 545 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
546 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 546 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
547 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 547 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 }, 679 },
680 "webRequestBlocking": { 680 "webRequestBlocking": {
681 "channel": "stable", 681 "channel": "stable",
682 "extension_types": ["extension", "packaged_app"] 682 "extension_types": ["extension", "packaged_app"]
683 }, 683 },
684 "webview": { 684 "webview": {
685 "channel": "stable", 685 "channel": "stable",
686 "extension_types": ["platform_app"] 686 "extension_types": ["platform_app"]
687 } 687 }
688 } 688 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698