| Index: base/time/time_win.cc
|
| diff --git a/base/time/time_win.cc b/base/time/time_win.cc
|
| index 006118091fc4ee74584ca10784487cbf73c4b70e..9b4f17d6613c7e60b8576adc9ae3b2a6afc8c8a3 100644
|
| --- a/base/time/time_win.cc
|
| +++ b/base/time/time_win.cc
|
| @@ -540,14 +540,6 @@ bool TimeTicks::IsHighResClockWorking() {
|
| return GetHighResNowSingleton()->IsUsingHighResClock();
|
| }
|
|
|
| -TimeTicks TimeTicks::UnprotectedNow() {
|
| - if (now_function == HighResNowWrapper) {
|
| - return Now();
|
| - } else {
|
| - return TimeTicks() + TimeDelta::FromMilliseconds(timeGetTime());
|
| - }
|
| -}
|
| -
|
| // TimeDelta ------------------------------------------------------------------
|
|
|
| // static
|
|
|