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

Unified Diff: content/shell/shell_download_manager_delegate.h

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r168573 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: content/shell/shell_download_manager_delegate.h
diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
index 3d75eac15c15f15b8b208c5dcf337dd9d95ee955..4dd08d7bbd1ad223db5e0a506281ef601c192ba3 100644
--- a/content/shell/shell_download_manager_delegate.h
+++ b/content/shell/shell_download_manager_delegate.h
@@ -25,7 +25,6 @@ class ShellDownloadManagerDelegate
virtual bool DetermineDownloadTarget(
DownloadItem* download,
const DownloadTargetCallback& callback) OVERRIDE;
- virtual void AddItemToPersistentStore(DownloadItem* item) OVERRIDE;
// Inhibits prompting and sets the default download path.
void SetDownloadBehaviorForTesting(
@@ -53,7 +52,6 @@ class ShellDownloadManagerDelegate
DownloadManager* download_manager_;
FilePath default_download_path_;
bool suppress_prompting_;
- int64 last_download_db_handle_;
DISALLOW_COPY_AND_ASSIGN(ShellDownloadManagerDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698