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

Unified Diff: content/renderer/render_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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 508a1dc00840c1e8468225cf72b31eef4b86e161..b9b713f3e5d2cf8a44bcfcde1e376345e0895a73 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -174,7 +174,7 @@ class CONTENT_EXPORT RenderThreadImpl
mojom::RenderMessageFilter* render_message_filter);
~RenderThreadImpl() override;
- void Shutdown() override;
+ bool IsRenderThread() override;
// When initializing WebKit, ensure that any schemes needed for the content
// module are registered properly. Static to allow sharing with tests.

Powered by Google App Engine
This is Rietveld 408576698