Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: trunk/src/chrome/test/perf/startup_test.cc

Issue 13958002: Revert 192940 "Delete CopyRecursiveDirNoCache from test_file_util." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/test/automation/proxy_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/perf/startup_test.cc
===================================================================
--- trunk/src/chrome/test/perf/startup_test.cc (revision 193252)
+++ trunk/src/chrome/test/perf/startup_test.cc (working copy)
@@ -239,12 +239,6 @@
dir_app.Append(FILE_PATH_LITERAL("chrome.dll")));
ASSERT_TRUE(EvictFileFromSystemCacheWrapper(chrome_dll));
#endif
-
- // Kick out the profile files.
- file_util::FileEnumerator en(user_data_dir(), true,
- file_util::FileEnumerator::FILES);
- for (base::FilePath cur = en.Next(); !cur.empty(); cur = en.Next())
- EvictFileFromSystemCacheWrapper(cur);
}
UITest::SetUp();
TimeTicks end_time = TimeTicks::Now();
« no previous file with comments | « trunk/src/chrome/test/automation/proxy_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698