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

Unified Diff: media/filters/adaptive_demuxer.cc

Issue 7825026: Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « media/audio/audio_output_dispatcher.cc ('k') | net/base/network_change_notifier_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/adaptive_demuxer.cc
diff --git a/media/filters/adaptive_demuxer.cc b/media/filters/adaptive_demuxer.cc
index 5902900fd90c7b6fffee73a95eb44364216a92a2..f08e32dec88d1ece1c969fd4d16463dcbf79497e 100644
--- a/media/filters/adaptive_demuxer.cc
+++ b/media/filters/adaptive_demuxer.cc
@@ -98,8 +98,7 @@ void StreamSwitchManager::Play() {
playing_ = true;
if (video_ids_.size() > 1) {
- timer_.Start(FROM_HERE,
- base::TimeDelta::FromMilliseconds(kSwitchTimerPeriod),
+ timer_.Start(base::TimeDelta::FromMilliseconds(kSwitchTimerPeriod),
this, &StreamSwitchManager::OnSwitchTimer);
}
}
« no previous file with comments | « media/audio/audio_output_dispatcher.cc ('k') | net/base/network_change_notifier_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698