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

Unified Diff: net/url_request/url_request_job_metrics.cc

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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 | « net/url_request/url_request_job_metrics.h ('k') | net/url_request/view_cache_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_metrics.cc
diff --git a/net/url_request/url_request_job_metrics.cc b/net/url_request/url_request_job_metrics.cc
index e0726da79da8fca1b1fd275095dfe1b8c7621d48..8e7b70b95c864149cc36fa5515fccd4409288214 100644
--- a/net/url_request/url_request_job_metrics.cc
+++ b/net/url_request/url_request_job_metrics.cc
@@ -10,6 +10,14 @@
using base::TimeDelta;
+URLRequestJobMetrics::URLRequestJobMetrics()
+ : total_bytes_read_(0),
+ number_of_read_IO_(0),
+ success_(false) {
+}
+
+URLRequestJobMetrics::~URLRequestJobMetrics() {}
+
void URLRequestJobMetrics::AppendText(std::wstring* text) {
if (!text)
return;
« no previous file with comments | « net/url_request/url_request_job_metrics.h ('k') | net/url_request/view_cache_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698