| 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 ee96691acaeca191a8e99de92fcd9edafda845c3..71bf81375af0bf9f3eacbfe267f1074f192701fc 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -158,6 +158,7 @@
|
| 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>(
|
|
|