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

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

Issue 10828127: Use hi-resolution favicon variants if available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: daringfireball hackfix 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_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;

Powered by Google App Engine
This is Rietveld 408576698