| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index da27afaaf017aa36d9ca79c77b98cbf032ac72f3..fe2bb11a3737b311dbb79912b01f6884997ddc01 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -682,8 +682,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| MachBroker::ChildSendTaskPortToParent();
|
| }
|
| #elif defined(OS_WIN)
|
| - if (command_line.HasSwitch(switches::kEnableHighResolutionTime))
|
| - base::TimeTicks::SetNowIsHighResNowIfSupported();
|
| + base::TimeTicks::SetNowIsHighResNowIfSupported();
|
|
|
| // This must be done early enough since some helper functions like
|
| // IsTouchEnabled, needed to load resources, may call into the theme dll.
|
|
|