| Index: content/public/test/test_browser_thread.cc
|
| diff --git a/content/public/test/test_browser_thread.cc b/content/public/test/test_browser_thread.cc
|
| index 62d9eb84534033756d7b3bc649f41b0bdef2cc25..ac67480fe5cd36b6cd515d866656e2687983a9f1 100644
|
| --- a/content/public/test/test_browser_thread.cc
|
| +++ b/content/public/test/test_browser_thread.cc
|
| @@ -58,10 +58,6 @@
|
| return impl_->Start();
|
| }
|
|
|
| -bool TestBrowserThread::StartAndWaitForTesting() {
|
| - return impl_->StartAndWaitForTesting();
|
| -}
|
| -
|
| bool TestBrowserThread::StartIOThread() {
|
| base::Thread::Options options;
|
| options.message_loop_type = base::MessageLoop::TYPE_IO;
|
|
|