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

Unified Diff: content/browser/download/download_manager_delegate.h

Issue 8008021: Add new UMA stats to get a handle on Downloads UI Usage (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merge Created 9 years, 2 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/browser/download/download_manager_delegate.h
diff --git a/content/browser/download/download_manager_delegate.h b/content/browser/download/download_manager_delegate.h
index 55d25f6a5f469021a3737e40af31f18b346d51fd..1f7c1733a67219af1e71346c01a6194fb5207915 100644
--- a/content/browser/download/download_manager_delegate.h
+++ b/content/browser/download/download_manager_delegate.h
@@ -74,6 +74,8 @@ class DownloadManagerDelegate {
// Notifies the delegate that information about the given download has change,
// so that it can update its persistent store.
+ // Does not update |url|, |start_time|, |total_bytes|; uses |db_handle| only
+ // to select the row in the database table to update.
virtual void UpdateItemInPersistentStore(DownloadItem* item) = 0;
// Notifies the delegate that path for the download item has changed, so that
« no previous file with comments | « content/browser/download/download_manager.cc ('k') | content/browser/download/download_persistent_store_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698