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

Unified Diff: components/favicon/core/favicon_driver_impl.cc

Issue 2728893004: Move WasUnableToDownload logic to FaviconHandler (Closed)
Patch Set: Created 3 years, 10 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/favicon/core/favicon_driver_impl.cc
diff --git a/components/favicon/core/favicon_driver_impl.cc b/components/favicon/core/favicon_driver_impl.cc
index c44b49eda2ddb859d214094821f117e997f08378..c3ad173cd979155264b9fba541d0368f77781501 100644
--- a/components/favicon/core/favicon_driver_impl.cc
+++ b/components/favicon/core/favicon_driver_impl.cc
@@ -61,10 +61,6 @@ bool FaviconDriverImpl::HasPendingTasksForTest() {
return false;
}
-bool FaviconDriverImpl::WasUnableToDownloadFavicon(const GURL& url) {
- return favicon_service_ && favicon_service_->WasUnableToDownloadFavicon(url);
-}
-
void FaviconDriverImpl::SetFaviconOutOfDateForPage(const GURL& url,
bool force_reload) {
if (favicon_service_) {

Powered by Google App Engine
This is Rietveld 408576698