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

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

Issue 2632143002: Convert utility process out-of-process file patching IPC to mojo (Closed)
Patch Set: Reupload to sync to tip. Try landing again. 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
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_patcher_operation_out_of_process.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_utility", 2 "name": "content_utility",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "service_manager:connector": { 4 "service_manager:connector": {
5 "provides": { 5 "provides": {
6 "browser": [ 6 "browser": [
7 "chrome::mojom::FilePatcher",
7 "chrome::mojom::ProfileImport", 8 "chrome::mojom::ProfileImport",
8 "chrome::mojom::ResourceUsageReporter", 9 "chrome::mojom::ResourceUsageReporter",
9 "chrome::mojom::ShellHandler", 10 "chrome::mojom::ShellHandler",
10 "extensions::mojom::MediaParser", 11 "extensions::mojom::MediaParser",
11 "extensions::mojom::WiFiCredentialsGetter", 12 "extensions::mojom::WiFiCredentialsGetter",
12 "net::interfaces::ProxyResolverFactory", 13 "net::interfaces::ProxyResolverFactory",
13 "safe_json::mojom::SafeJsonParser" 14 "safe_json::mojom::SafeJsonParser"
14 ] 15 ]
15 } 16 }
16 } 17 }
17 } 18 }
18 } 19 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_patcher_operation_out_of_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698