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

Unified Diff: media/base/download_rate_monitor.cc

Issue 8472004: Remove a superfluous DCHECK() in DownloadRateMonitor::Start() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/download_rate_monitor.cc
diff --git a/media/base/download_rate_monitor.cc b/media/base/download_rate_monitor.cc
index 863967cc88a3d21a4a7c39c4f5af570e4ae1495b..88916e4b57a4b3f27f69c71a57b756e85d7869c6 100644
--- a/media/base/download_rate_monitor.cc
+++ b/media/base/download_rate_monitor.cc
@@ -74,7 +74,6 @@ DownloadRateMonitor::DownloadRateMonitor() {
void DownloadRateMonitor::Start(
const base::Closure& canplaythrough_cb, int media_bitrate) {
- DCHECK(stopped_);
canplaythrough_cb_ = canplaythrough_cb;
stopped_ = false;
bitrate_ = media_bitrate;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698