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

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: First patch ready for review. 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 "wallpaperPrivate": { 755 "wallpaperPrivate": {
756 "channel": "stable", 756 "channel": "stable",
757 "extension_types": ["platform_app"], 757 "extension_types": ["platform_app"],
758 "location": "component" 758 "location": "component"
759 }, 759 },
760 "webNavigation": { 760 "webNavigation": {
761 "channel": "stable", 761 "channel": "stable",
762 "extension_types": ["extension", "legacy_packaged_app"] 762 "extension_types": ["extension", "legacy_packaged_app"]
763 }, 763 },
764 "webrtcLoggingPrivate": { 764 "webrtcLoggingPrivate": {
765 "channel": "dev", 765 "channel": "stable",
Finnur 2013/09/27 14:10:06 The change looks fine, but I think scheib should p
Henrik Grunell 2013/10/02 12:47:18 I've asked miket@ for his blessing. Won't commit w
766 "extension_types": ["extension"], 766 "extension_types": ["extension"],
767 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] 767 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
768 }, 768 },
769 "webstorePrivate": { 769 "webstorePrivate": {
770 "channel": "stable", 770 "channel": "stable",
771 "extension_types": ["extension", "legacy_packaged_app"], 771 "extension_types": ["extension", "legacy_packaged_app"],
772 "whitelist": [ 772 "whitelist": [
773 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 773 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
774 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store 774 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store
775 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype) 775 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype)
(...skipping 15 matching lines...) Expand all
791 // Only allowed for whitelisted extensions until all the caveats are 791 // Only allowed for whitelisted extensions until all the caveats are
792 // addressed. Tracked in crbug/285151. 792 // addressed. Tracked in crbug/285151.
793 "channel": "stable", 793 "channel": "stable",
794 "extension_types": ["extension"], 794 "extension_types": ["extension"],
795 "location": "component", 795 "location": "component",
796 "whitelist": [ 796 "whitelist": [
797 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 797 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
798 ] 798 ]
799 }] 799 }]
800 } 800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698