| Index: trunk/src/content/browser/browser_child_process_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/browser_child_process_host_impl.cc (revision 231150)
|
| +++ trunk/src/content/browser/browser_child_process_host_impl.cc (working copy)
|
| @@ -153,6 +153,9 @@
|
| #if defined(OS_POSIX)
|
| switches::kChildCleanExit,
|
| #endif
|
| +#if defined(OS_WIN)
|
| + switches::kEnableHighResolutionTime,
|
| +#endif
|
| };
|
| cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches,
|
| arraysize(kForwardSwitches));
|
|
|