diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 17:54:07 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 17:54:07 +0000 |
commit | 9166f7419417f317c6bacc43381ad7b9f0c3821c (patch) | |
tree | 3fb6c59e85e8dfd189b990362a6cfed2092571e5 /content/browser/browser_child_process_host_impl.h | |
parent | ede2be6eeadd31ed9e86274bdb852ed5a57d63c4 (diff) | |
download | chromium_src-9166f7419417f317c6bacc43381ad7b9f0c3821c.zip chromium_src-9166f7419417f317c6bacc43381ad7b9f0c3821c.tar.gz chromium_src-9166f7419417f317c6bacc43381ad7b9f0c3821c.tar.bz2 |
Small cleanup in BrowserChildProcessHost. ChildProcessHostDelegate::ShutdownStarted isn't called.
Review URL: https://chromiumcodereview.appspot.com/10559047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_child_process_host_impl.h')
-rw-r--r-- | content/browser/browser_child_process_host_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h index a405aca..877f5e4 100644 --- a/content/browser/browser_child_process_host_impl.h +++ b/content/browser/browser_child_process_host_impl.h @@ -85,7 +85,6 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl : // ChildProcessHostDelegate implementation: virtual bool CanShutdown() OVERRIDE; virtual void OnChildDisconnected() OVERRIDE; - virtual void ShutdownStarted() OVERRIDE; virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; virtual void OnChannelError() OVERRIDE; |