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

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

Issue 23885002: Add WebRTC logging extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 }, 747 },
748 "wallpaperPrivate": { 748 "wallpaperPrivate": {
749 "channel": "stable", 749 "channel": "stable",
750 "extension_types": ["platform_app"], 750 "extension_types": ["platform_app"],
751 "location": "component" 751 "location": "component"
752 }, 752 },
753 "webNavigation": { 753 "webNavigation": {
754 "channel": "stable", 754 "channel": "stable",
755 "extension_types": ["extension", "legacy_packaged_app"] 755 "extension_types": ["extension", "legacy_packaged_app"]
756 }, 756 },
757 "webrtcLoggingPrivate": {
758 "channel": "dev",
759 "extension_types": ["extension"],
760 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
761 },
757 "webstorePrivate": { 762 "webstorePrivate": {
758 "channel": "stable", 763 "channel": "stable",
759 "extension_types": ["extension", "legacy_packaged_app"], 764 "extension_types": ["extension", "legacy_packaged_app"],
760 "whitelist": [ 765 "whitelist": [
761 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 766 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
762 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store 767 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store
763 ] 768 ]
764 }, 769 },
765 "webRequest": { 770 "webRequest": {
766 "channel": "stable", 771 "channel": "stable",
(...skipping 11 matching lines...) Expand all
778 // Only allowed for whitelisted extensions until all the caveats are 783 // Only allowed for whitelisted extensions until all the caveats are
779 // addressed. Tracked in crbug/285151. 784 // addressed. Tracked in crbug/285151.
780 "channel": "stable", 785 "channel": "stable",
781 "extension_types": ["extension"], 786 "extension_types": ["extension"],
782 "location": "component", 787 "location": "component",
783 "whitelist": [ 788 "whitelist": [
784 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 789 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
785 ] 790 ]
786 }] 791 }]
787 } 792 }
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