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

Unified Diff: shell/child_process_host.cc

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/child_process_host.h ('k') | shell/out_of_process_native_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process_host.cc
diff --git a/shell/child_process_host.cc b/shell/child_process_host.cc
index c4a3daab1741d277319052a79dcaaa1aa0a83e6c..98277a38a9cbb03e730049e88e2b871e790c94e4 100644
--- a/shell/child_process_host.cc
+++ b/shell/child_process_host.cc
@@ -63,7 +63,7 @@ void ChildProcessHost::StartApp(
const String& app_path,
bool clean_app_path,
InterfaceRequest<Application> application_request,
- const AppChildController::StartAppCallback& on_app_complete) {
+ const ChildController::StartAppCallback& on_app_complete) {
DCHECK(controller_);
on_app_complete_ = on_app_complete;
« no previous file with comments | « shell/child_process_host.h ('k') | shell/out_of_process_native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698