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

Unified Diff: content/public/browser/download_manager.h

Issue 10665049: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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: content/public/browser/download_manager.h
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
index 7501f0ef1dea5b153d8e47d642b4328687d1708c..744ae4a97022741b513d1617b2b5eaf540ef8d85 100644
--- a/content/public/browser/download_manager.h
+++ b/content/public/browser/download_manager.h
@@ -188,11 +188,6 @@ class CONTENT_EXPORT DownloadManager
virtual void OnPersistentStoreQueryComplete(
std::vector<DownloadPersistentStoreInfo>* entries) = 0;
- // Called by the embedder, in response to
- // DownloadManagerDelegate::AddItemToPersistentStore.
- virtual void OnItemAddedToPersistentStore(int32 download_id,
- int64 db_handle) = 0;
-
// The number of in progress (including paused) downloads.
virtual int InProgressCount() const = 0;

Powered by Google App Engine
This is Rietveld 408576698