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

Unified Diff: content/child/child_thread.h

Issue 19641008: Implement ChildThread::shutdown and clear members that have refs into blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 5 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 | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index aa04e2e23cbfd26a057fae0a47b6ce27359364d5..eb060ee1f7b87240874307bf1399d7887d628745 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -50,7 +50,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
// has a thread that post tasks to ChildProcess::main_thread(), that thread
// should be joined in Shutdown().
virtual ~ChildThread();
- virtual void Shutdown() = 0;
+ virtual void Shutdown();
// IPC::Sender implementation:
virtual bool Send(IPC::Message* msg) OVERRIDE;
« no previous file with comments | « no previous file | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698