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

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

Issue 30833003: Add code to load Hangout Services as a component extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head for tryjobs. 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 } 232 }
233 ], 233 ],
234 "desktopCapture": [ 234 "desktopCapture": [
235 { 235 {
236 "channel": "dev", 236 "channel": "dev",
237 "extension_types": ["extension", "platform_app"] 237 "extension_types": ["extension", "platform_app"]
238 }, 238 },
239 { 239 {
240 "channel": "stable", 240 "channel": "stable",
241 "extension_types": ["extension", "platform_app"], 241 "extension_types": ["extension", "platform_app"],
242 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] 242 "whitelist": [
243 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
244 // Hangout Services component extension.
245 "nkeimhogjdpnpccoofpliimaahmaaome"
246 ]
243 } 247 }
244 ], 248 ],
245 "dns": [ 249 "dns": [
246 { 250 {
247 "channel": "dev", 251 "channel": "dev",
248 "extension_types": ["extension", "platform_app"] 252 "extension_types": ["extension", "platform_app"]
249 }, 253 },
250 { 254 {
251 "channel": "stable", 255 "channel": "stable",
252 "extension_types": ["extension", "platform_app"], 256 "extension_types": ["extension", "platform_app"],
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 }, 789 },
786 "webrtc": { 790 "webrtc": {
787 "channel": "trunk", 791 "channel": "trunk",
788 "extension_types": ["extension"] 792 "extension_types": ["extension"]
789 }, 793 },
790 "webrtcAudioPrivate": { 794 "webrtcAudioPrivate": {
791 "channel": "stable", 795 "channel": "stable",
792 "extension_types": ["extension"], 796 "extension_types": ["extension"],
793 "whitelist": [ 797 "whitelist": [
794 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", 798 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
795 "knldjmfmopnpolahpmmgbagdohdnhkik" // Extension used for API test. 799 // Hangout Services component extension.
800 "nkeimhogjdpnpccoofpliimaahmaaome",
801 // Extension used for API test.
802 "knldjmfmopnpolahpmmgbagdohdnhkik"
796 ] 803 ]
797 }, 804 },
798 "webrtcLoggingPrivate": { 805 "webrtcLoggingPrivate": {
799 "channel": "stable", 806 "channel": "stable",
800 "extension_types": ["extension"], 807 "extension_types": ["extension"],
801 "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"] 808 "whitelist": [
809 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
810 // Hangout Services component extension.
811 "nkeimhogjdpnpccoofpliimaahmaaome"
812 ]
802 }, 813 },
803 "webstorePrivate": { 814 "webstorePrivate": {
804 "channel": "stable", 815 "channel": "stable",
805 "extension_types": ["extension", "legacy_packaged_app"], 816 "extension_types": ["extension", "legacy_packaged_app"],
806 "whitelist": [ 817 "whitelist": [
807 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store 818 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store
808 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store 819 "afchcafgojfnemjkcbhfekplkmjaldaa", // Enterprise Web Store
809 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype) 820 "dofmkfphhdaddeofjngcjphcegkbbooh" // Chrome Login Proxy (prototype)
810 ] 821 ]
811 }, 822 },
(...skipping 13 matching lines...) Expand all
825 // Only allowed for whitelisted extensions until all the caveats are 836 // Only allowed for whitelisted extensions until all the caveats are
826 // addressed. Tracked in crbug/285151. 837 // addressed. Tracked in crbug/285151.
827 "channel": "stable", 838 "channel": "stable",
828 "extension_types": ["extension"], 839 "extension_types": ["extension"],
829 "location": "component", 840 "location": "component",
830 "whitelist": [ 841 "whitelist": [
831 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 842 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
832 ] 843 ]
833 }] 844 }]
834 } 845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698