From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/optimization_guide/hint_cache.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'chromium/components/optimization_guide/hint_cache.h') diff --git a/chromium/components/optimization_guide/hint_cache.h b/chromium/components/optimization_guide/hint_cache.h index 5d2469d4a87..64076571f0d 100644 --- a/chromium/components/optimization_guide/hint_cache.h +++ b/chromium/components/optimization_guide/hint_cache.h @@ -89,9 +89,13 @@ class HintCache { void PurgeExpiredFetchedHints(); // Purges fetched hints from the owned |optimization_guide_store_| and resets - // the host-keyed cache. + // both in-memory hint caches. void ClearFetchedHints(); + // Purges fetched hints from the owned |optimization_guide_store_| and resets + // the host-keyed cache. + void ClearHostKeyedHints(); + // Returns whether the cache has a hint data for |host| locally (whether // in the host-keyed cache or persisted on disk). bool HasHint(const std::string& host) const; @@ -130,6 +134,9 @@ class HintCache { google::protobuf::RepeatedPtrField* hints, StoreUpdateData* update_data); + // Returns whether the persistent hint store owned by this is available. + bool IsHintStoreAvailable() const; + // Override |clock_| for testing. void SetClockForTesting(const base::Clock* clock); -- cgit v1.2.1