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

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: delete test. 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('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 // 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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "extension_types": ["extension", "packaged_app", "platform_app"] 528 "extension_types": ["extension", "packaged_app", "platform_app"]
529 }, 529 },
530 "screensaver": { 530 "screensaver": {
531 "channel": "stable", 531 "channel": "stable",
532 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 532 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
533 }, 533 },
534 "serial": { 534 "serial": {
535 "channel": "stable", 535 "channel": "stable",
536 "extension_types": ["platform_app"] 536 "extension_types": ["platform_app"]
537 }, 537 },
538 "sessionRestore": { 538 "sessions": {
539 "channel": "dev", 539 "channel": "dev",
540 "extension_types": ["extension", "packaged_app"] 540 "extension_types": ["extension", "packaged_app"]
541 }, 541 },
542 "streamsPrivate": { 542 "streamsPrivate": {
543 "channel": "stable", 543 "channel": "stable",
544 "extension_types": ["extension", "packaged_app", "platform_app"], 544 "extension_types": ["extension", "packaged_app", "platform_app"],
545 "whitelist": [ 545 "whitelist": [
546 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 546 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
547 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 547 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
548 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 548 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 }, 680 },
681 "webRequestBlocking": { 681 "webRequestBlocking": {
682 "channel": "stable", 682 "channel": "stable",
683 "extension_types": ["extension", "packaged_app"] 683 "extension_types": ["extension", "packaged_app"]
684 }, 684 },
685 "webview": { 685 "webview": {
686 "channel": "stable", 686 "channel": "stable",
687 "extension_types": ["platform_app"] 687 "extension_types": ["platform_app"]
688 } 688 }
689 } 689 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698