Chromium Code Reviews| Index: trunk/src/base/test/test_suite.cc |
| =================================================================== |
| --- trunk/src/base/test/test_suite.cc (revision 217225) |
| +++ trunk/src/base/test/test_suite.cc (working copy) |
| @@ -96,7 +96,6 @@ |
| bool create_at_exit_manager) { |
| #if defined(OS_WIN) |
| testing::GTEST_FLAG(catch_exceptions) = false; |
| - base::TimeTicks::SetNowIsHighResNowIfSupported(); |
| #endif |
| base::EnableTerminationOnHeapCorruption(); |
| initialized_command_line_ = CommandLine::Init(argc, argv); |