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

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: Small fix. 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
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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 }, 665 },
666 "wallpaperPrivate": { 666 "wallpaperPrivate": {
667 "channel": "stable", 667 "channel": "stable",
668 "extension_types": ["platform_app"], 668 "extension_types": ["platform_app"],
669 "location": "component" 669 "location": "component"
670 }, 670 },
671 "webNavigation": { 671 "webNavigation": {
672 "channel": "stable", 672 "channel": "stable",
673 "extension_types": ["extension", "legacy_packaged_app"] 673 "extension_types": ["extension", "legacy_packaged_app"]
674 }, 674 },
675 "webrtcLoggingPrivate": {
676 "channel": "dev",
Finnur 2013/09/03 14:28:32 Is this intended to ever reach stable or stay in d
Henrik Grunell 2013/09/04 13:13:53 Yes stable too. Added that and beta too.
677 "extension_types": ["extension"],
678 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
679 },
675 "webstorePrivate": { 680 "webstorePrivate": {
676 "channel": "stable", 681 "channel": "stable",
677 "extension_types": ["extension", "legacy_packaged_app"], 682 "extension_types": ["extension", "legacy_packaged_app"],
678 "whitelist": [ 683 "whitelist": [
679 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 684 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
680 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store 685 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store
681 ] 686 ]
682 }, 687 },
683 "webRequest": { 688 "webRequest": {
684 "channel": "stable", 689 "channel": "stable",
685 "extension_types": ["extension", "legacy_packaged_app"] 690 "extension_types": ["extension", "legacy_packaged_app"]
686 }, 691 },
687 "webRequestBlocking": { 692 "webRequestBlocking": {
688 "channel": "stable", 693 "channel": "stable",
689 "extension_types": ["extension", "legacy_packaged_app"] 694 "extension_types": ["extension", "legacy_packaged_app"]
690 }, 695 },
691 "webview": { 696 "webview": {
692 "channel": "stable", 697 "channel": "stable",
693 "extension_types": ["platform_app"] 698 "extension_types": ["platform_app"]
694 } 699 }
695 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698