diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 16:58:27 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 16:58:27 +0000 |
commit | 807b930a4890f8e86dfd770a571b49eca0c1b4a6 (patch) | |
tree | 572323f1e64a884fe4befb334cfec11e85aad2eb /chrome/test/ui/ui_test.h | |
parent | 55bb2b11a6c372f70445fd11e211f53944214fa7 (diff) | |
download | chromium_src-807b930a4890f8e86dfd770a571b49eca0c1b4a6.zip chromium_src-807b930a4890f8e86dfd770a571b49eca0c1b4a6.tar.gz chromium_src-807b930a4890f8e86dfd770a571b49eca0c1b4a6.tar.bz2 |
Reverting 13748.
Review URL: http://codereview.chromium.org/73084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 031e3c5..75ecae2 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -446,8 +446,13 @@ class UITest : public testing::Test { bool enable_file_cookies_; // Enable file cookies, default is true. private: - base::Time test_start_time_; // Time the test was started +#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 // (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 |