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

Unified Diff: chrome/browser/fav_icon_helper.h

Issue 6651014: Applied the IconType. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
Index: chrome/browser/fav_icon_helper.h
diff --git a/chrome/browser/fav_icon_helper.h b/chrome/browser/fav_icon_helper.h
index 60fad35882001878e869b06a1676d00d580d72d8..87577c32ceffc01b480547f7bd28a4e62af1c892 100644
--- a/chrome/browser/fav_icon_helper.h
+++ b/chrome/browser/fav_icon_helper.h
@@ -124,7 +124,8 @@ class FavIconHelper : public TabContentsObserver {
bool know_favicon,
scoped_refptr<RefCountedMemory> data,
bool expired,
- GURL icon_url);
+ GURL icon_url,
+ history::IconType icon_type);
// If the favicon has expired, asks the renderer to download the favicon.
// Otherwise asks history to update the mapping between page url and icon
@@ -136,7 +137,8 @@ class FavIconHelper : public TabContentsObserver {
bool know_favicon,
scoped_refptr<RefCountedMemory> data,
bool expired,
- GURL icon_url);
+ GURL icon_url,
+ history::IconType icon_type);
// Schedules a download for the specified entry. This adds the request to
// download_requests_.

Powered by Google App Engine
This is Rietveld 408576698