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

Unified Diff: content/child/child_thread_impl.cc

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.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index 1c4275c976ca89455c688ee23381cf308e2365ad..d2c466079461342bc9855f7ef64c6cf99be68501 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -598,6 +598,10 @@ void ChildThreadImpl::Shutdown() {
WebFileSystemImpl::DeleteThreadSpecificInstance();
}
+bool ChildThreadImpl::ShouldBeDestroyed() {
+ return true;
+}
+
void ChildThreadImpl::OnChannelConnected(int32_t peer_pid) {
channel_connected_factory_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698