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