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

Unified Diff: chrome/test/automation/proxy_launcher.cc

Issue 13394003: Delete CopyRecursiveDirNoCache from test_file_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 9 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 | « base/test/test_file_util_win.cc ('k') | chrome/test/perf/startup_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/proxy_launcher.cc
diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
index 98ba947f1d3ee46a37973075255e28857e0f7c45..2934a6bc587543a054ef001ce2c07df2393cde73 100644
--- a/chrome/test/automation/proxy_launcher.cc
+++ b/chrome/test/automation/proxy_launcher.cc
@@ -186,8 +186,8 @@ bool ProxyLauncher::LaunchBrowser(const LaunchState& state) {
if (!state.template_user_data.empty()) {
// Recursively copy the template directory to the user_data_dir.
- if (!file_util::CopyRecursiveDirNoCache(
- state.template_user_data, user_data_dir())) {
+ if (!file_util::CopyDirectory(state.template_user_data, user_data_dir(),
+ true)) {
LOG(ERROR) << "Failed to copy user data directory template.";
return false;
}
« no previous file with comments | « base/test/test_file_util_win.cc ('k') | chrome/test/perf/startup_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698