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

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

Issue 668933002: Chromecast browser test: use CastContentWindow for test lifetime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix include path Created 6 years, 2 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 | « no previous file | chromecast/browser/test/chromecast_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/test/chromecast_browser_test.h
diff --git a/chromecast/browser/test/chromecast_browser_test.h b/chromecast/browser/test/chromecast_browser_test.h
index 76d82469b85cf9aa98dcc2ddae295292aec57810..d9d2b4ea1d544ace879940260daf344f72e72d2b 100644
--- a/chromecast/browser/test/chromecast_browser_test.h
+++ b/chromecast/browser/test/chromecast_browser_test.h
@@ -15,6 +15,7 @@ class WebContents;
}
namespace chromecast {
+class CastContentWindow;
lcwu1 2014/10/21 19:34:56 While style guide calls for avoiding unnecessary v
gunsch 2014/10/21 19:36:19 Done.
namespace shell {
// This test allows for running an entire browser-process lifecycle per unit
@@ -44,6 +45,7 @@ class ChromecastBrowserTest : public content::BrowserTestBase {
private:
scoped_ptr<content::WebContents> web_contents_;
+ scoped_ptr<CastContentWindow> window_;
bool setup_called_;
« no previous file with comments | « no previous file | chromecast/browser/test/chromecast_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698