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

Unified Diff: chrome/browser/net/loading_predictor_observer.h

Issue 2937623007: predictors: Move more methods from ResourcePrefetchPredictor into LoadingDataCollector. (Closed)
Patch Set: Fix browser test Created 3 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 | chrome/browser/net/loading_predictor_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/loading_predictor_observer.h
diff --git a/chrome/browser/net/loading_predictor_observer.h b/chrome/browser/net/loading_predictor_observer.h
index 4753f51b9cbde935ac7fe5ecb8e5953b053d9801..0360f1139bf72f09febf7d6dae36e365d631e662 100644
--- a/chrome/browser/net/loading_predictor_observer.h
+++ b/chrome/browser/net/loading_predictor_observer.h
@@ -50,22 +50,19 @@ class LoadingPredictorObserver {
private:
void OnRequestStartedOnUIThread(
- std::unique_ptr<predictors::ResourcePrefetchPredictor::URLRequestSummary>
- summary,
+ std::unique_ptr<predictors::URLRequestSummary> summary,
const content::ResourceRequestInfo::WebContentsGetter&
web_contents_getter,
const GURL& main_frame_url,
const base::TimeTicks& creation_time) const;
void OnRequestRedirectedOnUIThread(
- std::unique_ptr<predictors::ResourcePrefetchPredictor::URLRequestSummary>
- summary,
+ std::unique_ptr<predictors::URLRequestSummary> summary,
const content::ResourceRequestInfo::WebContentsGetter&
web_contents_getter,
const GURL& main_frame_url,
const base::TimeTicks& creation_time) const;
void OnResponseStartedOnUIThread(
- std::unique_ptr<predictors::ResourcePrefetchPredictor::URLRequestSummary>
- summary,
+ std::unique_ptr<predictors::URLRequestSummary> summary,
const content::ResourceRequestInfo::WebContentsGetter&
web_contents_getter,
const GURL& main_frame_url,
« no previous file with comments | « no previous file | chrome/browser/net/loading_predictor_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698