summaryrefslogtreecommitdiffstats
path: root/content/public/test/test_browser_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/test_browser_thread.cc')
-rw-r--r--content/public/test/test_browser_thread.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/test/test_browser_thread.cc b/content/public/test/test_browser_thread.cc
index ac67480..62d9eb8 100644
--- a/content/public/test/test_browser_thread.cc
+++ b/content/public/test/test_browser_thread.cc
@@ -58,6 +58,10 @@ bool TestBrowserThread::Start() {
return impl_->Start();
}
+bool TestBrowserThread::StartAndWaitForTesting() {
+ return impl_->StartAndWaitForTesting();
+}
+
bool TestBrowserThread::StartIOThread() {
base::Thread::Options options;
options.message_loop_type = base::MessageLoop::TYPE_IO;