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

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

Issue 2195503003: predictors: Add the request priority to the reource_prefetch_predictor DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/predictors/resource_prefetch_predictor.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
index a42124120e782f55e511df8121da8877e1ac41cb..bb4e61709ffb68daa71eb10a06b5d76700a9044e 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor.h
@@ -85,6 +85,7 @@ class ResourcePrefetchPredictor
NavigationID navigation_id;
GURL resource_url;
content::ResourceType resource_type;
+ net::RequestPriority priority;
// Only for responses.
std::string mime_type;

Powered by Google App Engine
This is Rietveld 408576698