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

Unified Diff: chrome/browser/predictors/loading_stats_collector.h

Issue 2937623007: predictors: Move more methods from ResourcePrefetchPredictor into LoadingDataCollector. (Closed)
Patch Set: Combine RecordMainFrameLoadComplete and OnNavigationComplete. Created 3 years, 6 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
Index: chrome/browser/predictors/loading_stats_collector.h
diff --git a/chrome/browser/predictors/loading_stats_collector.h b/chrome/browser/predictors/loading_stats_collector.h
index c4ad6ed7939662de415bf91b847e38a4f5e70d29..f4c019325c8f101baf0b2344cb9cfe0660d99288 100644
--- a/chrome/browser/predictors/loading_stats_collector.h
+++ b/chrome/browser/predictors/loading_stats_collector.h
@@ -56,8 +56,7 @@ class LoadingStatsCollector {
// actions taken for a given page load if any. The summary is compared with a
// prediction by ResourcePrefetchPredictor as well.
// All results are reported to UMA.
- void RecordPageRequestSummary(
- const ResourcePrefetchPredictor::PageRequestSummary& summary);
+ void RecordPageRequestSummary(const PageRequestSummary& summary);
// Evicts all stale stats that are kept in memory. All speculative actions are
// reported and considered as waste.
void CleanupAbandonedStats();

Powered by Google App Engine
This is Rietveld 408576698