Index: chrome/browser/extensions/favicon_downloader.cc |
diff --git a/chrome/browser/extensions/favicon_downloader.cc b/chrome/browser/extensions/favicon_downloader.cc |
index b518a3213ea6eb9f8f656580848998383192b6eb..4237eb7f1466a836b48d712952d3a7d37fe1bc28 100644 |
--- a/chrome/browser/extensions/favicon_downloader.cc |
+++ b/chrome/browser/extensions/favicon_downloader.cc |
@@ -112,7 +112,6 @@ void FaviconDownloader::DidNavigateMainFrame( |
} |
void FaviconDownloader::DidUpdateFaviconURL( |
- int32 page_id, |
const std::vector<content::FaviconURL>& candidates) { |
// Only consider the first candidates we are given. This prevents pages that |
// change their favicon from spamming us. |