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

Unified Diff: chrome/browser/favicon/favicon_tab_helper.h

Issue 10765021: Make the id used in IconMsg_DownloadFavicon unique (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/favicon/favicon_tab_helper.h
diff --git a/chrome/browser/favicon/favicon_tab_helper.h b/chrome/browser/favicon/favicon_tab_helper.h
index 126a412ceebaa77d6555b06397da459bd585ca96..d304ef5ce47888b47f42a7bc38e1d428659099f8 100644
--- a/chrome/browser/favicon/favicon_tab_helper.h
+++ b/chrome/browser/favicon/favicon_tab_helper.h
@@ -74,7 +74,7 @@ class FaviconTabHelper : public content::WebContentsObserver,
// FaviconHandlerDelegate methods.
virtual content::NavigationEntry* GetActiveEntry() OVERRIDE;
- virtual void StartDownload(int id, const GURL& url, int image_size) OVERRIDE;
+ virtual int StartDownload(const GURL& url, int image_size) OVERRIDE;
virtual void NotifyFaviconUpdated() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698