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

Unified Diff: shell/app_child_process_host.h

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 | « no previous file | shell/app_child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.h
diff --git a/shell/app_child_process_host.h b/shell/app_child_process_host.h
index 4fc798999aefdb37dda92b3495507f8c7ba6bb92..b7e237f4b98e6961c40739540055f5abb95814b3 100644
--- a/shell/app_child_process_host.h
+++ b/shell/app_child_process_host.h
@@ -20,8 +20,7 @@ namespace shell {
//
// Note: After |Start()|, |StartApp| must be called and this object must
// remained alive until the |on_app_complete| callback is called.
-class AppChildProcessHost : public ChildProcessHost,
- public ChildProcessHost::Delegate {
+class AppChildProcessHost : public ChildProcessHost {
public:
explicit AppChildProcessHost(Context* context);
~AppChildProcessHost() override;
@@ -33,7 +32,7 @@ class AppChildProcessHost : public ChildProcessHost,
const AppChildController::StartAppCallback& on_app_complete);
void ExitNow(int32_t exit_code);
- // |ChildProcessHost::Delegate| methods:
+ // |ChildProcessHost| methods:
void WillStart() override;
void DidStart(bool success) override;
« no previous file with comments | « no previous file | shell/app_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698