Index: content/browser/download/download_browsertest.cc |
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc |
index 26002b0ccf8083fd7c500460da649591d41af694..76283fef73448340f59924627fa2026a8b60918b 100644 |
--- a/content/browser/download/download_browsertest.cc |
+++ b/content/browser/download/download_browsertest.cc |
@@ -1511,7 +1511,6 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, RecoverFromFinalRenameError) { |
scoped_refptr<TestFileErrorInjector> injector( |
TestFileErrorInjector::Create(DownloadManagerForShell(shell()))); |
- DownloadManagerForShell(shell())->RemoveAllDownloads(); |
TestFileErrorInjector::FileErrorInfo err = { |
TestFileErrorInjector::FILE_OPERATION_RENAME_ANNOTATE, 0, |
DOWNLOAD_INTERRUPT_REASON_FILE_FAILED}; |