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

Unified Diff: content/common/process_control.mojom

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/process_control.mojom
diff --git a/content/common/process_control.mojom b/content/common/process_control.mojom
index d872d81b5558d039ad139477f4b35336088effb6..d7b8832824d2cbf1777607987ea026aec42f9d6f 100644
--- a/content/common/process_control.mojom
+++ b/content/common/process_control.mojom
@@ -4,10 +4,10 @@
module content.mojom;
-import "services/shell/public/interfaces/shell_client.mojom";
+import "services/shell/public/interfaces/service.mojom";
interface ProcessControl {
LoadApplication(string url,
- shell.mojom.ShellClient& request) => (bool success);
+ shell.mojom.Service& request) => (bool success);
};
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698