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

Unified Diff: content/child/child_thread_impl.h

Issue 1647443002: Delay destructing ChildDiscardableSharedMemoryManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 68a4d2b502e205355cc16e93fa27cfc0eced848e..d82af5c759c02a62f688a2141b59bbbb6f492c01 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -80,6 +80,7 @@ class CONTENT_EXPORT ChildThreadImpl
// should be joined in Shutdown().
~ChildThreadImpl() override;
virtual void Shutdown();
+ void ShutdownDiscardableSharedMemoryManager();
// IPC::Sender implementation:
bool Send(IPC::Message* msg) override;
« no previous file with comments | « no previous file | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698