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

Unified Diff: chrome/renderer/page_load_histograms.cc

Issue 375503005: Drop histograms suffixes for the SpdyCwnd field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add Will's tribute to the suffix definition. Created 6 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/page_load_histograms.cc
diff --git a/chrome/renderer/page_load_histograms.cc b/chrome/renderer/page_load_histograms.cc
index f708e2d5784fd832bd940273be4885a33880ea16..588df0732d069d0e3d7cb1821114652deabbadfb 100644
--- a/chrome/renderer/page_load_histograms.cc
+++ b/chrome/renderer/page_load_histograms.cc
@@ -663,30 +663,6 @@ void DumpDeprecatedHistograms(const WebPerformance& performance,
break;
}
}
-
- // Record SpdyCwnd results.
- if (document_state->was_fetched_via_spdy()) {
- switch (load_type) {
- case DocumentState::LINK_LOAD_NORMAL:
- PLT_HISTOGRAM("PLT.BeginToFinish_LinkLoadNormal_cwndDynamic",
- begin_to_finish_all_loads);
- PLT_HISTOGRAM("PLT.StartToFinish_LinkLoadNormal_cwndDynamic",
- start_to_finish_all_loads);
- PLT_HISTOGRAM("PLT.StartToCommit_LinkLoadNormal_cwndDynamic",
- start_to_commit);
- break;
- case DocumentState::NORMAL_LOAD:
- PLT_HISTOGRAM("PLT.BeginToFinish_NormalLoad_cwndDynamic",
- begin_to_finish_all_loads);
- PLT_HISTOGRAM("PLT.StartToFinish_NormalLoad_cwndDynamic",
- start_to_finish_all_loads);
- PLT_HISTOGRAM("PLT.StartToCommit_NormalLoad_cwndDynamic",
- start_to_commit);
- break;
- default:
- break;
- }
- }
}
} // namespace
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698