| Index: content/public/test/test_browser_thread.h
|
| diff --git a/content/public/test/test_browser_thread.h b/content/public/test/test_browser_thread.h
|
| index 2428bbb66ba729f3a61c33056d3d0a581ff5957b..25101e3fdfc6403fe5caca6ac64614e8137732e3 100644
|
| --- a/content/public/test/test_browser_thread.h
|
| +++ b/content/public/test/test_browser_thread.h
|
| @@ -36,6 +36,10 @@ class TestBrowserThread {
|
| // Starts the thread with a generic message loop.
|
| bool Start();
|
|
|
| + // Starts the thread with a generic message loop and waits for the
|
| + // thread to run.
|
| + bool StartAndWait();
|
| +
|
| // Starts the thread with an IOThread message loop.
|
| bool StartIOThread();
|
|
|
|
|