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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Update manifest Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "name": "content_browser", 2 "name": "content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider", 9 "media::mojom::AndroidOverlayProvider",
10 "memory_instrumentation::mojom::Coordinator" 10 "memory_instrumentation::mojom::Coordinator"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 }, 82 },
83 "navigation:frame": { 83 "navigation:frame": {
84 "provides": { 84 "provides": {
85 "renderer": [ 85 "renderer": [
86 // TODO(beng): these belong in //chrome's overlay, but there are some 86 // TODO(beng): these belong in //chrome's overlay, but there are some
87 // issues with mash browser_tests's manifest config that make this 87 // issues with mash browser_tests's manifest config that make this
88 // impossible this week. Remove once sky/ken fix this. 88 // impossible this week. Remove once sky/ken fix this.
89 "autofill::mojom::AutofillDriver", 89 "autofill::mojom::AutofillDriver",
90 "autofill::mojom::PasswordManagerDriver", 90 "autofill::mojom::PasswordManagerDriver",
91 "blink::mojom::KeyboardLockService",
91 "blink::mojom::MediaSessionService", 92 "blink::mojom::MediaSessionService",
92 "blink::mojom::PermissionService", 93 "blink::mojom::PermissionService",
93 "blink::mojom::PresentationService", 94 "blink::mojom::PresentationService",
94 "blink::mojom::SensitiveInputVisibilityService", 95 "blink::mojom::SensitiveInputVisibilityService",
95 "blink::mojom::WebBluetoothService", 96 "blink::mojom::WebBluetoothService",
96 "blink::mojom::WebSocket", 97 "blink::mojom::WebSocket",
97 // TODO(beng): figure out how to overlay test interfaces like this. 98 // TODO(beng): figure out how to overlay test interfaces like this.
98 "content::mojom::BrowserTarget", 99 "content::mojom::BrowserTarget",
99 "device::mojom::VRService", 100 "device::mojom::VRService",
100 "device::mojom::GeolocationService", 101 "device::mojom::GeolocationService",
101 "device::mojom::WakeLockService", 102 "device::mojom::WakeLockService",
102 "device::nfc::mojom::NFC", 103 "device::nfc::mojom::NFC",
103 "device::usb::DeviceManager", 104 "device::usb::DeviceManager",
104 "discardable_memory::mojom::DiscardableSharedMemoryManager", 105 "discardable_memory::mojom::DiscardableSharedMemoryManager",
105 "media::mojom::InterfaceFactory", 106 "media::mojom::InterfaceFactory",
106 "media::mojom::RemoterFactory", 107 "media::mojom::RemoterFactory",
107 "media::mojom::Renderer", 108 "media::mojom::Renderer",
108 "mojom::MediaDevicesDispatcherHost", 109 "mojom::MediaDevicesDispatcherHost",
109 "payments::mojom::PaymentRequest", 110 "payments::mojom::PaymentRequest",
110 "ui::mojom::Gpu" 111 "ui::mojom::Gpu"
111 ] 112 ]
112 }, 113 },
113 "requires": { 114 "requires": {
114 "content_renderer": [ "browser" ] 115 "content_renderer": [ "browser" ]
115 } 116 }
116 } 117 }
117 } 118 }
118 } 119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698