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