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

Unified Diff: app/hi_res_timer_manager_posix.cc

Issue 3946003: Revert 63191 - 2nd try:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « app/hi_res_timer_manager.h ('k') | app/hi_res_timer_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/hi_res_timer_manager_posix.cc
===================================================================
--- app/hi_res_timer_manager_posix.cc (revision 63198)
+++ app/hi_res_timer_manager_posix.cc (working copy)
@@ -7,7 +7,7 @@
// On POSIX we don't need to do anything special with the system timer.
HighResolutionTimerManager::HighResolutionTimerManager()
- : hi_res_clock_available_(false) {
+ : hi_res_clock_used_(false) {
}
HighResolutionTimerManager::~HighResolutionTimerManager() {
« no previous file with comments | « app/hi_res_timer_manager.h ('k') | app/hi_res_timer_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698