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

Unified Diff: net/url_request/url_request_http_job.h

Issue 7553025: Remove obsolete use of CLIPPED_HISTOGRMAS (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/http/http_network_transaction.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_http_job.h
===================================================================
--- net/url_request/url_request_http_job.h (revision 94602)
+++ net/url_request/url_request_http_job.h (working copy)
@@ -197,9 +197,6 @@
// those packets may possibly have had their time of arrival recorded).
int64 bytes_observed_in_packets_;
- // Arrival times for some of the first few packets.
- std::vector<base::Time> packet_times_;
-
// The request time may not be available when we are being destroyed, so we
// snapshot it early on.
base::Time request_time_snapshot_;
@@ -211,10 +208,6 @@
// The start time for the job, ignoring re-starts.
base::TimeTicks start_time_;
- // The count of the number of packets, some of which may not have been timed.
- // We're ignoring overflow, as 1430 x 2^31 is a LOT of bytes.
- int observed_packet_count_;
-
scoped_ptr<HttpFilterContext> filter_context_;
ScopedRunnableMethodFactory<URLRequestHttpJob> method_factory_;
base::WeakPtrFactory<URLRequestHttpJob> weak_ptr_factory_;
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698