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

Unified Diff: components/favicon/content/content_favicon_driver.h

Issue 1272413002: Remove useless FaviconHandler::PageChangedSinceFaviconWasRequested() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/content/content_favicon_driver.h
diff --git a/components/favicon/content/content_favicon_driver.h b/components/favicon/content/content_favicon_driver.h
index adbc7e79866efc738ba1297f88b847dbf47bf406..f69817cc12924dede1af4dcba555d769e7ee173c 100644
--- a/components/favicon/content/content_favicon_driver.h
+++ b/components/favicon/content/content_favicon_driver.h
@@ -52,6 +52,7 @@ class ContentFaviconDriver
GURL GetActiveFaviconURL() override;
void SetActiveFaviconURL(const GURL& url) override;
void SetActiveFaviconImage(const gfx::Image& image) override;
+ bool ShouldSendFaviconAvailableNotifications() override;
protected:
ContentFaviconDriver(content::WebContents* web_contents,
« no previous file with comments | « no previous file | components/favicon/content/content_favicon_driver.cc » ('j') | components/favicon/core/favicon_driver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698