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

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

Issue 8746020: Fixed a header name error in UMA statistics that record what servers accept range requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index 0b9334f06db0227fe832935713daf67d652217ee..477d9ba525f5d76c3396ac29212f73c49ee753f3 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -108,7 +108,7 @@ void RecordOpen(const base::Time& end, bool first);
// new download is added to the history.
void RecordHistorySize(int size);
-// Record whether or not the server accepts ranges, and the download size .
+// Record whether or not the server accepts ranges, and the download size.
void RecordAcceptsRanges(const std::string& accepts_ranges, int64 download_len);
// Record the total number of items and the number of in-progress items showing

Powered by Google App Engine
This is Rietveld 408576698