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

Unified Diff: base/time.h

Issue 1806: Time singleton and resolution changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
Index: base/time.h
===================================================================
--- base/time.h (revision 1835)
+++ base/time.h (working copy)
@@ -436,9 +436,8 @@
int64 ticks_;
#if defined(OS_WIN)
- // The function to use for counting ticks.
- typedef int (__stdcall *TickFunction)(void);
- static TickFunction tick_function_;
+ typedef DWORD (__stdcall *TickFunctionType)(void);
+ static TickFunctionType SetMockTickFunction(TickFunctionType ticker);
#endif
};
« base/message_loop.cc ('K') | « base/message_loop.cc ('k') | base/time_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698