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

Unified Diff: content/child/child_thread_impl.h

Issue 2309153002: Remove RenderThreadImpl::Shutdown (Closed)
Patch Set: temp Created 3 years, 11 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
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 11c96112c569df28e1f4917d087b6df7be081a07..6dc6426345c79ada97f520f5331d57adb3c54a4c 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -82,6 +82,8 @@ class CONTENT_EXPORT ChildThreadImpl
// should be joined in Shutdown().
~ChildThreadImpl() override;
virtual void Shutdown();
+ // Returns true if the thread should be destroyed.
+ virtual bool ShouldBeDestroyed();
// IPC::Sender implementation:
bool Send(IPC::Message* msg) override;

Powered by Google App Engine
This is Rietveld 408576698