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

Unified Diff: chrome/test/chromedriver/chrome/chrome_desktop_impl.h

Issue 2853953002: [Chromedriver] Retry deleting temp dir when needed (Closed)
Patch Set: Fix warning message Created 3 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 | « chrome/test/chromedriver/BUILD.gn ('k') | chrome/test/chromedriver/chrome/scoped_temp_dir_with_retry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.h
diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
index c1f9974e2ea06486456be366539df5f6189ef311..4f3ffea8a10c63e7f68e37e20363f30ee8fbecce 100644
--- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
@@ -11,10 +11,10 @@
#include "base/command_line.h"
#include "base/compiler_specific.h"
-#include "base/files/scoped_temp_dir.h"
#include "base/process/process.h"
#include "base/values.h"
#include "chrome/test/chromedriver/chrome/chrome_impl.h"
+#include "chrome/test/chromedriver/chrome/scoped_temp_dir_with_retry.h"
namespace base {
class TimeDelta;
@@ -92,8 +92,8 @@ class ChromeDesktopImpl : public ChromeImpl {
base::Process process_;
base::CommandLine command_;
- base::ScopedTempDir user_data_dir_;
- base::ScopedTempDir extension_dir_;
+ ScopedTempDirWithRetry user_data_dir_;
+ ScopedTempDirWithRetry extension_dir_;
bool network_connection_enabled_;
int network_connection_;
« no previous file with comments | « chrome/test/chromedriver/BUILD.gn ('k') | chrome/test/chromedriver/chrome/scoped_temp_dir_with_retry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698