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

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

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 }, 634 },
635 "wallpaperPrivate": { 635 "wallpaperPrivate": {
636 "channel": "stable", 636 "channel": "stable",
637 "extension_types": ["platform_app"], 637 "extension_types": ["platform_app"],
638 "location": "component" 638 "location": "component"
639 }, 639 },
640 "webNavigation": { 640 "webNavigation": {
641 "channel": "stable", 641 "channel": "stable",
642 "extension_types": ["extension", "packaged_app"] 642 "extension_types": ["extension", "packaged_app"]
643 }, 643 },
644 "webSocketProxyPrivate": {
645 "channel": "stable",
646 "extension_types": ["extension", "packaged_app"],
647 "whitelist": [
648 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
649 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta
650 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev
651 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
652 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev
653 ]
654 },
655 "webstorePrivate": { 644 "webstorePrivate": {
656 "channel": "stable", 645 "channel": "stable",
657 "extension_types": ["extension", "packaged_app"], 646 "extension_types": ["extension", "packaged_app"],
658 "whitelist": [ 647 "whitelist": [
659 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 648 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
660 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store 649 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store
661 ] 650 ]
662 }, 651 },
663 "webRequest": { 652 "webRequest": {
664 "channel": "stable", 653 "channel": "stable",
665 "extension_types": ["extension", "packaged_app"] 654 "extension_types": ["extension", "packaged_app"]
666 }, 655 },
667 "webRequestBlocking": { 656 "webRequestBlocking": {
668 "channel": "stable", 657 "channel": "stable",
669 "extension_types": ["extension", "packaged_app"] 658 "extension_types": ["extension", "packaged_app"]
670 }, 659 },
671 "webview": { 660 "webview": {
672 "channel": "stable", 661 "channel": "stable",
673 "extension_types": ["platform_app"] 662 "extension_types": ["platform_app"]
674 } 663 }
675 } 664 }
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