| Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 231150)
|
| +++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -1078,6 +1078,9 @@
|
| #if defined(OS_POSIX)
|
| switches::kChildCleanExit,
|
| #endif
|
| +#if defined(OS_WIN)
|
| + switches::kEnableHighResolutionTime,
|
| +#endif
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|