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

Unified Diff: content/browser/download/base_file.cc

Issue 2598773002: [Downloads] Deprecate incorrect metrics. (Closed)
Patch Set: . Created 4 years 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 | content/browser/download/download_request_core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/base_file.cc
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
index f32e5bf85b8abf40c7a314d42f41ddd12a6f2bc7..59dfa839cd51dca2373f2b6204d5a64c418fb41c 100644
--- a/content/browser/download/base_file.cc
+++ b/content/browser/download/base_file.cc
@@ -117,9 +117,6 @@ DownloadInterruptReason BaseFile::AppendDataToFile(const char* data,
net_log_.EndEvent(net::NetLogEventType::DOWNLOAD_FILE_WRITTEN,
net::NetLog::Int64Callback("bytes", data_len));
- RecordDownloadWriteSize(data_len);
- RecordDownloadWriteLoopCount(write_count);
-
if (secure_hash_)
secure_hash_->Update(data, data_len);
« no previous file with comments | « no previous file | content/browser/download/download_request_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698