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

Unified Diff: shell/app_child_process_host.cc

Issue 1050613002: Shell: Remove ChildProcessHost::Delegate. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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_host.h ('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/app_child_process_host.cc
diff --git a/shell/app_child_process_host.cc b/shell/app_child_process_host.cc
index 61951ac7c288d2ecb526ab9e39dba6dd27a9a05b..3f97b5ee1d0349a75a4afd399993768332f9b4e5 100644
--- a/shell/app_child_process_host.cc
+++ b/shell/app_child_process_host.cc
@@ -16,7 +16,7 @@ namespace mojo {
namespace shell {
AppChildProcessHost::AppChildProcessHost(Context* context)
- : ChildProcessHost(context, this), channel_info_(nullptr) {
+ : ChildProcessHost(context), channel_info_(nullptr) {
}
AppChildProcessHost::~AppChildProcessHost() {
« no previous file with comments | « shell/app_child_process_host.h ('k') | shell/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698