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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.cc

Issue 2847183002: predictors: Introduce GlowplugPredictor. (Closed)
Patch Set: . Created 3 years, 7 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/resource_prefetch_predictor.cc
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.cc b/chrome/browser/predictors/resource_prefetch_predictor.cc
index 8ea602ddf0aae5222133efa94a0a999132059c34..b8a3410e85f9bf6385ac9c938e9d81e3a1294f99 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.cc
+++ b/chrome/browser/predictors/resource_prefetch_predictor.cc
@@ -546,7 +546,7 @@ ResourcePrefetchPredictor::Prediction::~Prediction() = default;
// ResourcePrefetchPredictor.
ResourcePrefetchPredictor::ResourcePrefetchPredictor(
- const ResourcePrefetchPredictorConfig& config,
+ const GlowplugPredictorConfig& config,
Profile* profile)
: profile_(profile),
observer_(nullptr),

Powered by Google App Engine
This is Rietveld 408576698