Chromium Code Reviews| Index: content/browser/browser_thread_impl.h |
| =================================================================== |
| --- content/browser/browser_thread_impl.h (revision 174239) |
| +++ content/browser/browser_thread_impl.h (working copy) |
| @@ -24,6 +24,7 @@ |
| virtual ~BrowserThreadImpl(); |
| static void ShutdownThreadPool(); |
| + static void FlushThreadPoolForTesting(); |
| protected: |
| virtual void Init() OVERRIDE; |