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 28e7ec2f9917db36e160e602696794edd31575b1..9d5de138e2f0d986a6fb5fbf69b8b5d5667232b4 100644 |
--- a/chrome/browser/download/chrome_download_manager_delegate.h |
+++ b/chrome/browser/download/chrome_download_manager_delegate.h |
@@ -54,8 +54,6 @@ class ChromeDownloadManagerDelegate |
explicit ChromeDownloadManagerDelegate(Profile* profile); |
- static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
- |
// Should be called before the first call to ShouldCompleteDownload() to |
// disable SafeBrowsing checks for |item|. |
static void DisableSafeBrowsing(content::DownloadItem* item); |
@@ -93,10 +91,6 @@ class ChromeDownloadManagerDelegate |
content::DownloadItem* download, |
const content::CheckForFileExistenceCallback& callback) OVERRIDE; |
- // Clears the last directory chosen by the user in response to a file chooser |
- // prompt. Called when clearing recent history. |
- void ClearLastDownloadPath(); |
- |
DownloadPrefs* download_prefs() { return download_prefs_.get(); } |
protected: |
@@ -242,10 +236,6 @@ class ChromeDownloadManagerDelegate |
content::NotificationRegistrar registrar_; |
- // The directory most recently chosen by the user in response to a Save As |
- // dialog for a regular download. |
- base::FilePath last_download_path_; |
- |
DISALLOW_COPY_AND_ASSIGN(ChromeDownloadManagerDelegate); |
}; |