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

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

Issue 12662032: Merge SavePackageFilePicker{,ChromeOS} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r197032 Created 7 years, 8 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698