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

Unified Diff: chrome/browser/download/chrome_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: uma Created 9 years, 3 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 b006e5396ded660c75780eb53b606a3a6991eff0..2c8bacb1227e4b29f729937410aaa9b7381a96bc 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -64,6 +64,7 @@ class ChromeDownloadManagerDelegate
virtual void OnResponseCompleted(DownloadItem* item,
const std::string& hash) OVERRIDE;
virtual void AddItemToPersistentStore(DownloadItem* item) OVERRIDE;
+ virtual void MarkDownloadOpened(int64 db_handle) OVERRIDE;
virtual void UpdateItemInPersistentStore(DownloadItem* item) OVERRIDE;
virtual void UpdatePathForItemInPersistentStore(
DownloadItem* item,

Powered by Google App Engine
This is Rietveld 408576698