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

Unified Diff: net/url_request/url_request_http_job.cc

Issue 13993007: Remove the remnants of the WarmSocketImpact field trial. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_http_job.cc
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
index 988ecdbcf808c0656442f954775a08956adcd945..b518b95259f6ce3bb8506cbd47a13edd140db072 100644
--- a/net/url_request/url_request_http_job.cc
+++ b/net/url_request/url_request_http_job.cc
@@ -1289,15 +1289,6 @@ void URLRequestHttpJob::RecordTimer() {
to_start);
}
- static const bool use_warm_socket_impact_histogram =
- base::FieldTrialList::TrialExists("WarmSocketImpact");
- if (use_warm_socket_impact_histogram) {
- UMA_HISTOGRAM_MEDIUM_TIMES(
- base::FieldTrial::MakeName("Net.HttpTimeToFirstByte",
- "WarmSocketImpact"),
- to_start);
- }
-
static const bool use_prefetch_histogram =
base::FieldTrialList::TrialExists("Prefetch");
if (use_prefetch_histogram) {
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698