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

Unified Diff: shell/child_controller.mojom

Issue 1053743002: Rename AppChildController -> ChildController. (Closed) Base URL: https://github.com/domokit/mojo.git@simplify_child_5
Patch Set: rebased Created 5 years, 9 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 | « shell/app_child_process.mojom ('k') | shell/child_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_controller.mojom
diff --git a/shell/app_child_process.mojom b/shell/child_controller.mojom
similarity index 94%
rename from shell/app_child_process.mojom
rename to shell/child_controller.mojom
index 4b7480d23e6e34b60e7e96d7274aa5e615115fc9..dd423e2cd672ff625da00513e89d6ff73f12eefe 100644
--- a/shell/app_child_process.mojom
+++ b/shell/child_controller.mojom
@@ -6,7 +6,7 @@ module mojo.shell;
import "mojo/public/interfaces/application/application.mojom";
-interface AppChildController {
+interface ChildController {
// Starts the app at the given path (deleting it if |clean_app_path| is true).
StartApp(string app_path,
bool clean_app_path,
« no previous file with comments | « shell/app_child_process.mojom ('k') | shell/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698