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, |