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

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: 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "extension_types": ["extension", "packaged_app", "platform_app"] 512 "extension_types": ["extension", "packaged_app", "platform_app"]
513 }, 513 },
514 "screensaver": { 514 "screensaver": {
515 "channel": "stable", 515 "channel": "stable",
516 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 516 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
517 }, 517 },
518 "serial": { 518 "serial": {
519 "channel": "stable", 519 "channel": "stable",
520 "extension_types": ["platform_app"] 520 "extension_types": ["platform_app"]
521 }, 521 },
522 "sessionRestore": { 522 "sessions": {
523 "channel": "dev", 523 "channel": "dev",
524 "extension_types": ["extension", "packaged_app"] 524 "extension_types": ["extension", "packaged_app"]
525 }, 525 },
526 "streamsPrivate": { 526 "streamsPrivate": {
527 "channel": "stable", 527 "channel": "stable",
528 "extension_types": ["extension", "packaged_app", "platform_app"], 528 "extension_types": ["extension", "packaged_app", "platform_app"],
529 "whitelist": [ 529 "whitelist": [
530 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 530 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
531 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 531 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
532 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 532 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 }, 660 },
661 "webRequestBlocking": { 661 "webRequestBlocking": {
662 "channel": "stable", 662 "channel": "stable",
663 "extension_types": ["extension", "packaged_app"] 663 "extension_types": ["extension", "packaged_app"]
664 }, 664 },
665 "webview": { 665 "webview": {
666 "channel": "stable", 666 "channel": "stable",
667 "extension_types": ["platform_app"] 667 "extension_types": ["platform_app"]
668 } 668 }
669 } 669 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698