| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index fb517eecf08be7342a6a0a3aecd40c78c4043ab8..18bfb73bc583b19b8166a81373ec695ccde0c408 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -158,7 +158,6 @@ int DoUninstallTasks(bool chrome_still_running) {
|
| ChromeBrowserMainPartsWin::ChromeBrowserMainPartsWin(
|
| const content::MainFunctionParams& parameters)
|
| : ChromeBrowserMainParts(parameters) {
|
| - base::TimeTicks::SetNowIsHighResNowIfSupported();
|
| if (base::win::IsMetroProcess()) {
|
| typedef const wchar_t* (*GetMetroSwitches)(void);
|
| GetMetroSwitches metro_switches_proc = reinterpret_cast<GetMetroSwitches>(
|
|
|