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

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 LKGR. 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
« no previous file with comments | « no previous file | chrome/browser/download/download_resource_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c0db721425ceea7a6a5ef4e33cb0fdbc9022ac1c..3bc090b7bcebab68e6c312d65ed09247b4faa8ea 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698