Index: app/hi_res_timer_manager_win.cc |
=================================================================== |
--- app/hi_res_timer_manager_win.cc (revision 51045) |
+++ app/hi_res_timer_manager_win.cc (working copy) |
@@ -25,7 +25,5 @@ |
void HighResolutionTimerManager::UseHiResClock(bool use) { |
if (use == hi_res_clock_used_) |
return; |
- bool result = base::Time::UseHighResolutionTimer(use); |
- DCHECK(result); |
- hi_res_clock_used_ = use; |
+ base::Time::EnableHighResolutionTimer(use); |
} |