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

Unified Diff: content/common/process_control.mojom

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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/renderer/render_frame_impl.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 efd0adc51ced47858981b700b40993089e200b2e..c9ed0dd57cc4e8fd1fe4375375a57e30923a0c7c 100644
--- a/content/common/process_control.mojom
+++ b/content/common/process_control.mojom
@@ -7,6 +7,7 @@ module content;
import "mojo/shell/public/interfaces/application.mojom";
interface ProcessControl {
- LoadApplication(string url, mojo.Application& request) => (bool success);
+ LoadApplication(string url,
+ mojo.shell.mojom.Application& request) => (bool success);
};
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698