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

Unified Diff: components/ntp_tiles/icon_cacher_impl.cc

Issue 2896803002: [LargeIconService] Make check_seen param optional for fetching (Closed)
Patch Set: Fix compilation 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: components/ntp_tiles/icon_cacher_impl.cc
diff --git a/components/ntp_tiles/icon_cacher_impl.cc b/components/ntp_tiles/icon_cacher_impl.cc
index 92a7d236720d009bbd790a526bc725f66df32ef5..d6bde44690d82616b87c7e1fe85d570c1c1caace 100644
--- a/components/ntp_tiles/icon_cacher_impl.cc
+++ b/components/ntp_tiles/icon_cacher_impl.cc
@@ -216,6 +216,7 @@ void IconCacherImpl::OnGetLargeIconOrFallbackStyleFinished(
large_icon_service_
->GetLargeIconOrFallbackStyleFromGoogleServerSkippingLocalCache(
page_url, kTileIconMinSizePx, kTileIconDesiredSizePx,
+ /*may_page_url_be_private=*/true,
base::Bind(&IconCacherImpl::FinishRequestAndNotifyIconAvailable,
weak_ptr_factory_.GetWeakPtr(), page_url));
}

Powered by Google App Engine
This is Rietveld 408576698