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

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

Issue 2728893004: Move WasUnableToDownload logic to FaviconHandler (Closed)
Patch Set: Reverted accidental changes. Created 3 years, 9 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
« no previous file with comments | « components/favicon/core/favicon_driver_impl.h ('k') | components/favicon/core/favicon_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 453c96b02e0efa5427f298518c969b93a8cb2f21..61e5b084c4b114c1ca818a8ce070e436cc09ede0 100644
--- a/components/favicon/core/favicon_driver_impl.cc
+++ b/components/favicon/core/favicon_driver_impl.cc
@@ -83,10 +83,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_) {
« no previous file with comments | « components/favicon/core/favicon_driver_impl.h ('k') | components/favicon/core/favicon_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698