diff options
Diffstat (limited to 'content/browser/browser_thread_impl.h')
-rw-r--r-- | content/browser/browser_thread_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h index feea986..4488f85 100644 --- a/content/browser/browser_thread_impl.h +++ b/content/browser/browser_thread_impl.h @@ -25,6 +25,8 @@ class CONTENT_EXPORT BrowserThreadImpl BrowserThreadImpl(BrowserThread::ID identifier, MessageLoop* message_loop); virtual ~BrowserThreadImpl(); + static void ShutdownThreadPool(); + protected: virtual void Init() OVERRIDE; virtual void CleanUp() OVERRIDE; |