Chromium Code Reviews| Index: base/time_win.cc |
| diff --git a/base/time_win.cc b/base/time_win.cc |
| index 9e6fe537741bf09cd71e89100b6571999da648da..b864955a99e98039709f5ff5e3a90db62fee9c92 100644 |
| --- a/base/time_win.cc |
| +++ b/base/time_win.cc |
| @@ -436,6 +436,11 @@ TimeTicks TimeTicks::HighResNow() { |
| } |
| // static |
| +TimeTicks TimeTicks::NowFromSystemTraceTime() { |
| + return HighResNow(); |
| +} |
| + |
| +// static |
| int64 TimeTicks::GetQPCDriftMicroseconds() { |
| return HighResNowSingleton::GetInstance()->GetQPCDriftMicroseconds(); |
| } |