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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl Created 3 years, 5 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
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ], 10 ],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "media::mojom::ImageCapture", 114 "media::mojom::ImageCapture",
115 "media::mojom::InterfaceFactory", 115 "media::mojom::InterfaceFactory",
116 "media::mojom::RemoterFactory", 116 "media::mojom::RemoterFactory",
117 "media::mojom::Renderer", 117 "media::mojom::Renderer",
118 "mojom::MediaDevicesDispatcherHost", 118 "mojom::MediaDevicesDispatcherHost",
119 "payments::mojom::PaymentRequest", 119 "payments::mojom::PaymentRequest",
120 "resource_coordinator::mojom::CoordinationUnit", 120 "resource_coordinator::mojom::CoordinationUnit",
121 "shape_detection::mojom::BarcodeDetection", 121 "shape_detection::mojom::BarcodeDetection",
122 "shape_detection::mojom::FaceDetectionProvider", 122 "shape_detection::mojom::FaceDetectionProvider",
123 "shape_detection::mojom::TextDetection", 123 "shape_detection::mojom::TextDetection",
124 "ui::mojom::Gpu" 124 "ui::mojom::Gpu",
125 "webauth::mojom::Authenticator"
125 ] 126 ]
126 }, 127 },
127 "requires": { 128 "requires": {
128 "content_renderer": [ "browser" ] 129 "content_renderer": [ "browser" ]
129 } 130 }
130 } 131 }
131 } 132 }
132 } 133 }
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698