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

Unified Diff: content/common/process_control.mojom

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
Patch Set: . Created 4 years, 10 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/public/common/mojo_shell_connection.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 c9ed0dd57cc4e8fd1fe4375375a57e30923a0c7c..8e70a94e22f97949509267ae0eecf13b6c483fd4 100644
--- a/content/common/process_control.mojom
+++ b/content/common/process_control.mojom
@@ -4,10 +4,10 @@
module content;
-import "mojo/shell/public/interfaces/application.mojom";
+import "mojo/shell/public/interfaces/shell_client.mojom";
interface ProcessControl {
LoadApplication(string url,
- mojo.shell.mojom.Application& request) => (bool success);
+ mojo.shell.mojom.ShellClient& request) => (bool success);
};
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/public/common/mojo_shell_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698