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

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

Issue 2831233004: predictors: Add resource type to manifest. (Closed)
Patch Set: Use the same resource type ordering. Created 3 years, 8 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_test_util.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor_test_util.h b/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
index 21339d4683c1e61c4cad3b89d10f110d367e3ab9..e66fedd7c8f79577859dfbc7af0c406799827bd2 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor_test_util.h
@@ -32,7 +32,8 @@ void InitializeRedirectStat(RedirectStat* redirect,
void InitializePrecacheResource(precache::PrecacheResource* resource,
const std::string& url,
- double weight_ratio);
+ double weight_ratio,
+ precache::PrecacheResource::Type type);
void InitializeOriginStat(OriginStat* origin_stat,
const std::string& origin,

Powered by Google App Engine
This is Rietveld 408576698