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

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

Issue 2489943003: Revert of [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: Created 4 years, 1 month 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": "service:content_browser", 2 "name": "service: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 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 }, 59 },
60 "navigation:frame": { 60 "navigation:frame": {
61 "provides": { 61 "provides": {
62 "renderer": [ 62 "renderer": [
63 // TODO(beng): these belong in //chrome's overlay, but there are some 63 // TODO(beng): these belong in //chrome's overlay, but there are some
64 // issues with mash browser_tests's manifest config that make this 64 // issues with mash browser_tests's manifest config that make this
65 // impossible this week. Remove once sky/ken fix this. 65 // impossible this week. Remove once sky/ken fix this.
66 "autofill::mojom::AutofillDriver", 66 "autofill::mojom::AutofillDriver",
67 "autofill::mojom::PasswordManagerDriver", 67 "autofill::mojom::PasswordManagerDriver",
68 "blink::mojom::MediaSessionService", 68 "blink::mojom::MediaSessionService",
69 "blink::mojom::PaymentRequest",
69 "blink::mojom::PermissionService", 70 "blink::mojom::PermissionService",
70 "blink::mojom::PresentationService", 71 "blink::mojom::PresentationService",
71 "blink::mojom::SensitiveInputVisibilityService", 72 "blink::mojom::SensitiveInputVisibilityService",
72 "blink::mojom::ShapeDetection", 73 "blink::mojom::ShapeDetection",
73 "blink::mojom::WebBluetoothService", 74 "blink::mojom::WebBluetoothService",
74 "blink::mojom::WebSocket", 75 "blink::mojom::WebSocket",
75 // TODO(beng): figure out how to overlay test interfaces like this. 76 // TODO(beng): figure out how to overlay test interfaces like this.
76 "content::mojom::BrowserTarget", 77 "content::mojom::BrowserTarget",
77 "device::VRService", 78 "device::VRService",
78 "device::VibrationManager", 79 "device::VibrationManager",
79 "device::mojom::GeolocationService", 80 "device::mojom::GeolocationService",
80 "device::mojom::SensorProvider", 81 "device::mojom::SensorProvider",
81 "device::mojom::WakeLockService", 82 "device::mojom::WakeLockService",
82 "device::nfc::mojom::NFC", 83 "device::nfc::mojom::NFC",
83 "device::usb::DeviceManager", 84 "device::usb::DeviceManager",
84 "media::mojom::InterfaceFactory", 85 "media::mojom::InterfaceFactory",
85 "media::mojom::RemoterFactory", 86 "media::mojom::RemoterFactory",
86 "media::mojom::Renderer", 87 "media::mojom::Renderer",
87 "mojom::MediaDevicesDispatcherHost", 88 "mojom::MediaDevicesDispatcherHost"
88 "payments::mojom::PaymentRequest"
89 ] 89 ]
90 }, 90 },
91 "requires": { 91 "requires": {
92 "service:content_renderer": [ "browser" ] 92 "service:content_renderer": [ "browser" ]
93 } 93 }
94 } 94 }
95 } 95 }
96 } 96 }
OLDNEW
« no previous file with comments | « components/payments/payments_validators_test.cc ('k') | third_party/WebKit/Source/modules/payments/AbortTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698