Index: chrome/browser/favicon/favicon_handler_delegate.h |
diff --git a/chrome/browser/favicon/favicon_handler_delegate.h b/chrome/browser/favicon/favicon_handler_delegate.h |
index db13345a456c80c58288ac120871b65987f8b0df..30ce715575d050d49d6cc1c167cb80ef1ff2b462 100644 |
--- a/chrome/browser/favicon/favicon_handler_delegate.h |
+++ b/chrome/browser/favicon/favicon_handler_delegate.h |
@@ -23,7 +23,7 @@ class FaviconHandlerDelegate { |
// will call OnDidDownloadFavicon() with the results. |
// Returns the unique id of the download request. The id will be passed |
// in OnDidDownloadFavicon(). |
- virtual int StartDownload(const GURL& url, int image_size) = 0; |
+ virtual int StartDownload(const GURL& url, const std::vector<int>& image_size) = 0; |
// Notifies the delegate that the favicon for the active entry was updated. |
virtual void NotifyFaviconUpdated() = 0; |