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

Unified Diff: trunk/src/media/cast/test/fake_single_thread_task_runner.cc

Issue 328313002: Revert 276603 "Cast: Synthetic benchmark tool." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/media/cast/test/cast_benchmarks.cc ('k') | trunk/src/media/cast/test/utility/test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/cast/test/fake_single_thread_task_runner.cc
===================================================================
--- trunk/src/media/cast/test/fake_single_thread_task_runner.cc (revision 276619)
+++ trunk/src/media/cast/test/fake_single_thread_task_runner.cc (working copy)
@@ -26,7 +26,6 @@
if (fail_on_next_task_) {
LOG(FATAL) << "Infinite task-add loop detected.";
}
- CHECK(delay >= base::TimeDelta());
EXPECT_GE(delay, base::TimeDelta());
PostedTask posed_task(from_here,
task,
« no previous file with comments | « trunk/src/media/cast/test/cast_benchmarks.cc ('k') | trunk/src/media/cast/test/utility/test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698