summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.cc
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 01:46:35 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 01:46:35 +0000
commit776da44598dbaac15a5030e9dff99d534ce15281 (patch)
treee3e282b31d056a05267c0e0a86492d2a02104df8 /chrome/test/ui/ui_test.cc
parent1c0228c6e74cb53f478f18e9fc30938be38d25fb (diff)
downloadchromium_src-776da44598dbaac15a5030e9dff99d534ce15281.zip
chromium_src-776da44598dbaac15a5030e9dff99d534ce15281.tar.gz
chromium_src-776da44598dbaac15a5030e9dff99d534ce15281.tar.bz2
Revert "Add startup tests that log start script, domcontentloaded, and onload."
which failed on XP Perf (single). This reverts commit r28199. TBR=tony Review URL: http://codereview.chromium.org/265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.cc')
-rw-r--r--chrome/test/ui/ui_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index 653b58d..eac4367 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -927,7 +927,7 @@ void UITest::RewritePreferencesFile(const FilePath& user_data_dir) {
}
// static
-FilePath UITest::ComputeTypicalUserDataSource(ProfileType profile_type) {
+FilePath UITest::ComputeTypicalUserDataSource(int profile_type) {
FilePath source_history_file;
EXPECT_TRUE(PathService::Get(chrome::DIR_TEST_DATA,
&source_history_file));