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

Unified Diff: chrome/renderer/page_load_histograms.cc

Issue 2332423003: Remove old prefetcher histogram code in render_frame_impl (Closed)
Patch Set: Remove old prefetcher histogram code Created 4 years, 3 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 | content/public/renderer/document_state.h » ('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 937b5ab5d3bea4b14d9fa5f7c1489cfaa6ebedb2..91e8f997c80955995976fa2bd87c59290b2bff46 100644
--- a/chrome/renderer/page_load_histograms.cc
+++ b/chrome/renderer/page_load_histograms.cc
@@ -494,19 +494,6 @@ void DumpDeprecatedHistograms(const WebPerformance& performance,
break;
}
- if (document_state->was_prefetcher()) {
- PLT_HISTOGRAM("PLT.BeginToFinishDoc_ContentPrefetcher",
- begin_to_finish_doc);
- PLT_HISTOGRAM("PLT.BeginToFinish_ContentPrefetcher",
- begin_to_finish_all_loads);
- }
- if (document_state->was_referred_by_prefetcher()) {
- PLT_HISTOGRAM("PLT.BeginToFinishDoc_ContentPrefetcherReferrer",
- begin_to_finish_doc);
- PLT_HISTOGRAM("PLT.BeginToFinish_ContentPrefetcherReferrer",
- begin_to_finish_all_loads);
- }
-
const bool use_webrequest_histogram = WasWebRequestUsedBySomeExtensions();
if (use_webrequest_histogram) {
switch (load_type) {
« no previous file with comments | « no previous file | content/public/renderer/document_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698