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

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

Issue 2643553002: [Chromecast] Reuse the Aura window manager across receiver apps. (Closed)
Patch Set: fix unit tests Created 3 years, 11 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
Index: chromecast/browser/test/cast_browser_test.cc
diff --git a/chromecast/browser/test/cast_browser_test.cc b/chromecast/browser/test/cast_browser_test.cc
index 4ec04f7e1f5a5138d81afc16b415b927ab8bb357..79aac3693a1a847e3e24630d82486dd598824012 100644
--- a/chromecast/browser/test/cast_browser_test.cc
+++ b/chromecast/browser/test/cast_browser_test.cc
@@ -64,7 +64,6 @@ content::WebContents* CastBrowserTest::NavigateToURL(const GURL& url) {
web_contents_ = window_->CreateWebContents(
CastBrowserProcess::GetInstance()->browser_context());
- window_->ShowWebContents(web_contents_.get());
content::WaitForLoadStop(web_contents_.get());
content::TestNavigationObserver same_tab_observer(web_contents_.get(), 1);

Powered by Google App Engine
This is Rietveld 408576698