| Index: chrome/test/base/in_process_browser_test.h
|
| diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
|
| index b3c7c009c467c342c82f4d1e66043ba26b65bf7d..69cf984c835c374b8077fa5462456fa570af9fb5 100644
|
| --- a/chrome/test/base/in_process_browser_test.h
|
| +++ b/chrome/test/base/in_process_browser_test.h
|
| @@ -170,7 +170,8 @@ class InProcessBrowserTest : public content::BrowserTestBase {
|
| virtual bool SetUpUserDataDirectory() WARN_UNUSED_RESULT;
|
|
|
| // BrowserTestBase:
|
| - void RunTestOnMainThreadLoop() override;
|
| + void PreRunTestOnMainThread() override;
|
| + void PostRunTestOnMainThread() override;
|
|
|
| // Ensures that no devtools are open, and then opens the devtools.
|
| void OpenDevToolsWindow(content::WebContents* web_contents);
|
|
|