Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6974)

Unified Diff: chromecast/browser/test/cast_browser_test.h

Issue 2832153003: Move calling of shared browser test methods like SetUpOnMainThread/TearDownOnMainThread/RunTestOn... (Closed)
Patch Set: sync Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/browser/renderer_prelauncher_test.cc ('k') | chromecast/browser/test/cast_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/test/cast_browser_test.h
diff --git a/chromecast/browser/test/cast_browser_test.h b/chromecast/browser/test/cast_browser_test.h
index 5c94dd3beda201e7bccbd1bc7435ab1807e10a29..895384ef6c708cd007c39b212f98529fcd185bd0 100644
--- a/chromecast/browser/test/cast_browser_test.h
+++ b/chromecast/browser/test/cast_browser_test.h
@@ -31,9 +31,9 @@ class CastBrowserTest : public content::BrowserTestBase, CastWebView::Delegate {
// content::BrowserTestBase implementation:
void SetUp() final;
- void TearDownOnMainThread() override;
void SetUpCommandLine(base::CommandLine* command_line) override;
- void RunTestOnMainThreadLoop() final;
+ void PreRunTestOnMainThread() override;
+ void PostRunTestOnMainThread() override;
content::WebContents* NavigateToURL(const GURL& url);
« no previous file with comments | « chromecast/browser/renderer_prelauncher_test.cc ('k') | chromecast/browser/test/cast_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698