| Index: content/browser/browser_thread_impl.h
|
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h
|
| index 72915ea393f21ab1020f4255e3da155651283448..eebe5b019ff6bc3cf452f94350c79386cf5dc1eb 100644
|
| --- a/content/browser/browser_thread_impl.h
|
| +++ b/content/browser/browser_thread_impl.h
|
| @@ -25,6 +25,8 @@ class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread,
|
| base::MessageLoop* message_loop);
|
| ~BrowserThreadImpl() override;
|
|
|
| + bool StartWithOptions(const Options& options);
|
| +
|
| static void ShutdownThreadPool();
|
|
|
| protected:
|
|
|