diff options
author | jkarlin <jkarlin@chromium.org> | 2014-09-26 07:32:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-26 14:33:02 +0000 |
commit | 80e53817d6d93c7d1136dd3feeb2d4275056360f (patch) | |
tree | 34faa560cec1e855d7fdd4a67e3b9a0614fe5b95 /content/browser/browser_thread_impl.h | |
parent | 62f3270dc28a7bccc7820ea9fb51f18fd4c74f6e (diff) | |
download | chromium_src-80e53817d6d93c7d1136dd3feeb2d4275056360f.zip chromium_src-80e53817d6d93c7d1136dd3feeb2d4275056360f.tar.gz chromium_src-80e53817d6d93c7d1136dd3feeb2d4275056360f.tar.bz2 |
Flush SimpleCache worker pool between all tests.
This will prevent tests that utilize a SimpleCache from running into teardown leaks.
BUG=413688
Review URL: https://codereview.chromium.org/562203002
Cr-Commit-Position: refs/heads/master@{#296936}
Diffstat (limited to 'content/browser/browser_thread_impl.h')
-rw-r--r-- | content/browser/browser_thread_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h index 167cc3b..1a6d75b 100644 --- a/content/browser/browser_thread_impl.h +++ b/content/browser/browser_thread_impl.h @@ -61,7 +61,7 @@ class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread, // For testing. friend class ContentTestSuiteBaseListener; friend class TestBrowserThreadBundle; - static void FlushThreadPoolHelper(); + static void FlushThreadPoolHelperForTesting(); // The identifier of this thread. Only one thread can exist with a given // identifier at a given time. |