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

Unified Diff: mojo/shell/runner/child/child_controller.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 | « mojo/shell/public/interfaces/shell.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/child/child_controller.mojom
diff --git a/mojo/shell/runner/child/child_controller.mojom b/mojo/shell/runner/child/child_controller.mojom
index 2c56357e401049254dfd9576651f31799a1e259f..34c6dc9473196693e5cd31d2b7548b15f3898067 100644
--- a/mojo/shell/runner/child/child_controller.mojom
+++ b/mojo/shell/runner/child/child_controller.mojom
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.shell;
+module mojo.shell.mojom;
import "mojo/shell/public/interfaces/application.mojom";
interface ChildController {
// Starts the app.
- StartApp(mojo.Application& application_request) => (int32 result);
+ StartApp(Application& application_request) => (int32 result);
// Exits the child process now (with no cleanup), with the given exit code.
ExitNow(int32 exit_code);
« no previous file with comments | « mojo/shell/public/interfaces/shell.mojom ('k') | mojo/shell/runner/child/runner_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698