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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 11363222: Persist download interrupt reason, both target and current paths, and url_chain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/download/chrome_download_manager_delegate.h
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
index ac60ef767c6d5874bcbfa5302e150940fa8c3fce..d14a07bd6c16eef317a2786222d643d68f78ba31 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -82,7 +82,8 @@ class ChromeDownloadManagerDelegate
content::DownloadItem* item) OVERRIDE;
virtual void UpdatePathForItemInPersistentStore(
content::DownloadItem* item,
- const FilePath& new_path) OVERRIDE;
+ const FilePath& target_path,
+ const FilePath& current_path) OVERRIDE;
virtual void RemoveItemFromPersistentStore(
content::DownloadItem* item) OVERRIDE;
virtual void RemoveItemsFromPersistentStoreBetween(

Powered by Google App Engine
This is Rietveld 408576698