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

Side by Side Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: jochen@ comments, rebase Created 3 years, 11 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": "Chrome", 3 "display_name": "Chrome",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "renderer": [ 7 "renderer": [
8 "autofill::mojom::AutofillDriver", 8 "autofill::mojom::AutofillDriver",
9 "autofill::mojom::PasswordManagerDriver", 9 "autofill::mojom::PasswordManagerDriver",
10 "chrome::mojom::NetBenchmarking", 10 "chrome::mojom::NetBenchmarking",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "ui": [ "ime_registrar" ] 52 "ui": [ "ime_registrar" ]
53 } 53 }
54 }, 54 },
55 "navigation:frame": { 55 "navigation:frame": {
56 "provides": { 56 "provides": {
57 "renderer": [ 57 "renderer": [
58 "autofill::mojom::AutofillDriver", 58 "autofill::mojom::AutofillDriver",
59 "autofill::mojom::PasswordManagerDriver", 59 "autofill::mojom::PasswordManagerDriver",
60 "blink::mojom::BarcodeDetection", 60 "blink::mojom::BarcodeDetection",
61 "blink::mojom::ShareService", 61 "blink::mojom::ShareService",
62 "blink::mojom::TextDetection",
62 "bluetooth::mojom::AdapterFactory", 63 "bluetooth::mojom::AdapterFactory",
63 "device::usb::ChooserService", 64 "device::usb::ChooserService",
64 "device::usb::DeviceManager", 65 "device::usb::DeviceManager",
65 "contextual_search::mojom::ContextualSearchJsApiService", 66 "contextual_search::mojom::ContextualSearchJsApiService",
66 "dom_distiller::mojom::DistillabilityService", 67 "dom_distiller::mojom::DistillabilityService",
67 "dom_distiller::mojom::DistillerJavaScriptService", 68 "dom_distiller::mojom::DistillerJavaScriptService",
68 "extensions::KeepAlive", 69 "extensions::KeepAlive",
69 "extensions::mime_handler::MimeHandlerService", 70 "extensions::mime_handler::MimeHandlerService",
70 "media_router::mojom::MediaRouter", 71 "media_router::mojom::MediaRouter",
71 "mojom::OmniboxPageHandler", 72 "mojom::OmniboxPageHandler",
72 "password_manager::mojom::CredentialManager", 73 "password_manager::mojom::CredentialManager",
73 "translate::mojom::ContentTranslateDriver", 74 "translate::mojom::ContentTranslateDriver",
74 75
75 // TODO(beng): These should be moved to a separate capability. 76 // TODO(beng): These should be moved to a separate capability.
76 "mojom::OmniboxPageHandler", 77 "mojom::OmniboxPageHandler",
77 "mojom::PluginsPageHandler", 78 "mojom::PluginsPageHandler",
78 "mojom::SiteEngagementUIHandler", 79 "mojom::SiteEngagementUIHandler",
79 "mojom::UsbInternalsPageHandler" 80 "mojom::UsbInternalsPageHandler"
80 ] 81 ]
81 } 82 }
82 } 83 }
83 } 84 }
84 } 85 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698