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

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

Issue 2728253003: Revert of ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: Created 3 years, 9 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 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "file": [ "file:filesystem", "file:leveldb" ], 55 "file": [ "file:filesystem", "file:leveldb" ],
56 "media": [ "media:media" ], 56 "media": [ "media:media" ],
57 "ui": [ "display_output_protection" ], 57 "ui": [ "display_output_protection" ],
58 "service_manager": [ 58 "service_manager": [
59 "service_manager:client_process", 59 "service_manager:client_process",
60 "service_manager:instance_name", 60 "service_manager:instance_name",
61 "service_manager:user_id" 61 "service_manager:user_id"
62 ], 62 ],
63 "shape_detection": [ 63 "shape_detection": [
64 "barcode_detection", 64 "barcode_detection",
65 "face_detection", 65 "face_detection"
66 "text_detection"
67 ] 66 ]
68 } 67 }
69 }, 68 },
70 "navigation:frame": { 69 "navigation:frame": {
71 "provides": { 70 "provides": {
72 "renderer": [ 71 "renderer": [
73 // TODO(beng): these belong in //chrome's overlay, but there are some 72 // TODO(beng): these belong in //chrome's overlay, but there are some
74 // issues with mash browser_tests's manifest config that make this 73 // issues with mash browser_tests's manifest config that make this
75 // impossible this week. Remove once sky/ken fix this. 74 // impossible this week. Remove once sky/ken fix this.
76 "autofill::mojom::AutofillDriver", 75 "autofill::mojom::AutofillDriver",
(...skipping 21 matching lines...) Expand all
98 "payments::mojom::PaymentRequest", 97 "payments::mojom::PaymentRequest",
99 "ui::mojom::Gpu" 98 "ui::mojom::Gpu"
100 ] 99 ]
101 }, 100 },
102 "requires": { 101 "requires": {
103 "content_renderer": [ "browser" ] 102 "content_renderer": [ "browser" ]
104 } 103 }
105 } 104 }
106 } 105 }
107 } 106 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | services/shape_detection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698