Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index e9aebce43157352adb791f8f559fbb2b89d4b532..5827ae278a331fc410fbfe7247ff30d568cc1faf 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -661,8 +661,6 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
MachBroker::ChildSendTaskPortToParent(); |
} |
#elif defined(OS_WIN) |
- base::TimeTicks::SetNowIsHighResNowIfSupported(); |
- |
bool init_device_scale_factor = true; |
if (command_line.HasSwitch(switches::kDeviceScaleFactor)) { |
std::string scale_factor_string = command_line.GetSwitchValueASCII( |