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

Unified Diff: media/cast/test/utility/standalone_cast_environment.h

Issue 229503002: Cast: Make castv2 mirroring performance test run again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a cast sender bug too Created 6 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
Index: media/cast/test/utility/standalone_cast_environment.h
diff --git a/media/cast/test/utility/standalone_cast_environment.h b/media/cast/test/utility/standalone_cast_environment.h
index cf2674e61e7387e8696358955b9752878a1c706c..11d56f373b1ccb1b9b519b6fffc39fe88e580522 100644
--- a/media/cast/test/utility/standalone_cast_environment.h
+++ b/media/cast/test/utility/standalone_cast_environment.h
@@ -18,6 +18,7 @@ class StandaloneCastEnvironment : public CastEnvironment,
public base::ThreadChecker {
public:
StandaloneCastEnvironment();
+ explicit StandaloneCastEnvironment(scoped_ptr<base::TickClock> clock);
miu 2014/04/09 19:44:35 This concerns me, since the task runner for the th
hubbe 2014/04/09 20:39:43 The task runners do all their work in relative tim
// Stops all threads backing the task runners, blocking the caller until
// complete.

Powered by Google App Engine
This is Rietveld 408576698