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

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

Issue 23876021: Move chrome.tabCapture to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 }, 648 },
649 "systemPrivate": { 649 "systemPrivate": {
650 "channel": "stable", 650 "channel": "stable",
651 "extension_types": ["extension", "legacy_packaged_app"], 651 "extension_types": ["extension", "legacy_packaged_app"],
652 "location": "component" 652 "location": "component"
653 }, 653 },
654 "tabs": { 654 "tabs": {
655 "channel": "stable", 655 "channel": "stable",
656 "extension_types": ["extension", "legacy_packaged_app"] 656 "extension_types": ["extension", "legacy_packaged_app"]
657 }, 657 },
658 "tabCapture": [{ 658 "tabCapture": {
659 "channel": "dev", 659 "channel": "stable",
660 "extension_types": ["extension", "legacy_packaged_app"] 660 "extension_types": ["extension", "legacy_packaged_app"]
661 }, { 661 },
662 "channel": "stable",
663 "extension_types": ["extension", "legacy_packaged_app"],
664 "whitelist": [
665 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
666 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
667 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
668 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
669 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
670 ]
671 }],
672 "terminalPrivate": { 662 "terminalPrivate": {
673 "channel": "stable", 663 "channel": "stable",
674 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 664 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
675 "whitelist": [ 665 "whitelist": [
676 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 666 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
677 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 667 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
678 ] 668 ]
679 }, 669 },
680 "topSites": { 670 "topSites": {
681 "channel": "stable", 671 "channel": "stable",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 }, 727 },
738 "webRequestBlocking": { 728 "webRequestBlocking": {
739 "channel": "stable", 729 "channel": "stable",
740 "extension_types": ["extension", "legacy_packaged_app"] 730 "extension_types": ["extension", "legacy_packaged_app"]
741 }, 731 },
742 "webview": { 732 "webview": {
743 "channel": "stable", 733 "channel": "stable",
744 "extension_types": ["platform_app"] 734 "extension_types": ["platform_app"]
745 } 735 }
746 } 736 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698