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

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..5e8b7ef30972ed529c7e25e5b9923a27fb70c94f 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -82,6 +82,7 @@ class CONTENT_EXPORT ChildThreadImpl
// should be joined in Shutdown().
~ChildThreadImpl() override;
virtual void Shutdown();
+ virtual bool IsRenderThread();
// IPC::Sender implementation:
bool Send(IPC::Message* msg) override;

Powered by Google App Engine
This is Rietveld 408576698