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

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

Issue 23691066: Hook up WebRTC logging extension API to the underlying functionality. (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
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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 "wallpaperPrivate": { 759 "wallpaperPrivate": {
760 "channel": "stable", 760 "channel": "stable",
761 "extension_types": ["platform_app"], 761 "extension_types": ["platform_app"],
762 "location": "component" 762 "location": "component"
763 }, 763 },
764 "webNavigation": { 764 "webNavigation": {
765 "channel": "stable", 765 "channel": "stable",
766 "extension_types": ["extension", "legacy_packaged_app"] 766 "extension_types": ["extension", "legacy_packaged_app"]
767 }, 767 },
768 "webrtcLoggingPrivate": { 768 "webrtcLoggingPrivate": {
769 "channel": "dev", 769 "channel": "stable",
770 "extension_types": ["extension"], 770 "extension_types": ["extension"],
771 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] 771 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
772 }, 772 },
773 "webstorePrivate": { 773 "webstorePrivate": {
774 "channel": "stable", 774 "channel": "stable",
775 "extension_types": ["extension", "legacy_packaged_app"], 775 "extension_types": ["extension", "legacy_packaged_app"],
776 "whitelist": [ 776 "whitelist": [
777 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 777 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
778 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store 778 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store
779 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype) 779 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype)
(...skipping 15 matching lines...) Expand all
795 // Only allowed for whitelisted extensions until all the caveats are 795 // Only allowed for whitelisted extensions until all the caveats are
796 // addressed. Tracked in crbug/285151. 796 // addressed. Tracked in crbug/285151.
797 "channel": "stable", 797 "channel": "stable",
798 "extension_types": ["extension"], 798 "extension_types": ["extension"],
799 "location": "component", 799 "location": "component",
800 "whitelist": [ 800 "whitelist": [
801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
802 ] 802 ]
803 }] 803 }]
804 } 804 }
OLDNEW
« no previous file with comments | « chrome/browser/media/webrtc_logging_handler_host.cc ('k') | chrome/common/extensions/api/webrtc_logging_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698