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

Unified Diff: chrome/test/ui/ui_test.h

Issue 159658: Remove duplication of DieFileDie, and move it to proper location. (Closed)
Patch Set: Created 11 years, 5 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/in_process_browser_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 2ccff54fbd70dcea319e5db1c9079cb83e695941..1d4374d8f3584c5c7616f403b20e1181e1d4aa4d 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -64,14 +64,6 @@ class UITest : public testing::Test {
// ********* Utility functions *********
- // Tries to delete the specified file/directory returning true on
- // success. This differs from file_util::Delete in that it
- // repeatedly invokes Delete until successful, or a timeout is
- // reached. (This retrying is to work around Windows file locks
- // and shouldn't be necessary on POSIX, but it can't hurt.)
- // Returns true on success.
- bool DieFileDie(const FilePath& file, bool recurse);
-
// Launches the browser and IPC testing server.
void LaunchBrowserAndServer();
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698