diff options
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 0fad7a1..3b37b98 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -444,13 +444,8 @@ class UITest : public testing::Test { bool enable_file_cookies_; // Enable file cookies, default is true. private: -#if defined(OS_WIN) - // TODO(port): make this use base::Time instead. It would seem easy, but - // the code also depends on file_util::CountFilesCreatedAfter which hasn't - // yet been made portable. - FILETIME test_start_time_; // Time the test was started + base::Time test_start_time_; // Time the test was started // (so we can check for new crash dumps) -#endif static bool no_sandbox_; static bool safe_plugins_; static bool full_memory_dump_; // If true, write full memory dump |