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(); |
} |