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

Unified Diff: chrome/browser/chromeos/imageburner/burn_manager.cc

Issue 9316116: Isolate initiation counts for downloads to their own histograms and improve (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to TOT. Created 8 years, 10 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/chromeos/imageburner/burn_manager.cc
diff --git a/chrome/browser/chromeos/imageburner/burn_manager.cc b/chrome/browser/chromeos/imageburner/burn_manager.cc
index ffb35eb9c52e8f6aa9c35957bf5380371ad95c54..09ec995f2b3ab1b7d3ab145f9a29e3b1ac734472 100644
--- a/chrome/browser/chromeos/imageburner/burn_manager.cc
+++ b/chrome/browser/chromeos/imageburner/burn_manager.cc
@@ -425,8 +425,8 @@ void Downloader::OnFileStreamCreated(const GURL& url,
save_info.file_stream = linked_ptr<net::FileStream>(file_stream);
DownloadStarted(true, url);
- download_util::RecordDownloadCount(
- download_util::INITIATED_BY_IMAGE_BURNER_COUNT);
+ download_util::RecordDownloadSource(
+ download_util::INITIATED_BY_IMAGE_BURNER);
download_manager->DownloadUrl(
url,
web_contents->GetURL(),
« no previous file with comments | « no previous file | chrome/browser/download/download_resource_throttle.cc » ('j') | chrome/browser/download/download_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698