Index: chrome/browser/favicon/favicon_handler.h |
diff --git a/chrome/browser/favicon/favicon_handler.h b/chrome/browser/favicon/favicon_handler.h |
index 7dc6a7fbeee64420c46fd57e2948ad58690a3944..6cb9d5913a8ea1ae610873071b76f1c0e43d0db0 100644 |
--- a/chrome/browser/favicon/favicon_handler.h |
+++ b/chrome/browser/favicon/favicon_handler.h |
@@ -97,8 +97,7 @@ class FaviconHandler { |
// Message Handler. Must be public, because also called from |
// PrerenderContents. Collects the |image_urls| list. |
- void OnUpdateFaviconURL(int32 page_id, |
- const std::vector<content::FaviconURL>& candidates); |
+ void OnUpdateFaviconURL(const std::vector<content::FaviconURL>& candidates); |
// Processes the current image_irls_ entry, requesting the image from the |
// history / download service. |