Index: content/public/browser/download_item.h |
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h |
index cdabae8f31eaf0368ee061d4fcba105949346401..e07444a87f5c638ebd1d0ce8832ae397619d33ff 100644 |
--- a/content/public/browser/download_item.h |
+++ b/content/public/browser/download_item.h |
@@ -171,12 +171,6 @@ class CONTENT_EXPORT DownloadItem { |
// Called when the downloaded file is removed. |
virtual void OnDownloadedFileRemoved() = 0; |
- // If all pre-requisites have been met, complete download processing, i.e. |
- // do internal cleanup, file rename, and potentially auto-open. |
- // (Dangerous downloads still may block on user acceptance after this |
- // point.) |
- virtual void MaybeCompleteDownload() = 0; |
- |
// Download operation had an error. |
// |size| is the amount of data received at interruption. |
// |hash_state| is the current hash state at interruption. |