Index: content/browser/browser_thread_impl.h |
=================================================================== |
--- content/browser/browser_thread_impl.h (revision 116282) |
+++ content/browser/browser_thread_impl.h (working copy) |
@@ -25,6 +25,8 @@ |
BrowserThreadImpl(BrowserThread::ID identifier, MessageLoop* message_loop); |
virtual ~BrowserThreadImpl(); |
+ static void ShutdownThreadPool(); |
+ |
protected: |
virtual void Init() OVERRIDE; |
virtual void CleanUp() OVERRIDE; |