summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 16:39:17 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 16:39:17 +0000
commita4cbaa5de0dc12cfbbe5e9a4ddccd8d24329a995 (patch)
tree02b41210767c574660a844d9bc772ff43dc4cf9e /chrome/test/ui/ui_test.h
parent74eb4ceef0aee9d59839816800016a150a8e446f (diff)
downloadchromium_src-a4cbaa5de0dc12cfbbe5e9a4ddccd8d24329a995.zip
chromium_src-a4cbaa5de0dc12cfbbe5e9a4ddccd8d24329a995.tar.gz
chromium_src-a4cbaa5de0dc12cfbbe5e9a4ddccd8d24329a995.tar.bz2
Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com
Review URL: http://codereview.chromium.org/73083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 75ecae2..031e3c5 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -446,13 +446,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