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

Unified Diff: chrome/browser/favicon/favicon_util.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_util.h
diff --git a/chrome/browser/favicon/favicon_util.h b/chrome/browser/favicon/favicon_util.h
index acaf90186c7b7348d52296b913b07c47cf0ecf01..b202d6063088cc74897036c71e9bc8dcc47c18fc 100644
--- a/chrome/browser/favicon/favicon_util.h
+++ b/chrome/browser/favicon/favicon_util.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_FAVICON_FAVICON_UTIL_H_
#define CHROME_BROWSER_FAVICON_FAVICON_UTIL_H_
+#include <vector>
+
class GURL;
namespace content {
@@ -21,7 +23,7 @@ class FaviconUtil {
// IPC message.
static int DownloadFavicon(content::RenderViewHost* rvh,
const GURL& url,
- int image_size);
+ std::vector<int> image_sizes);
};
#endif // CHROME_BROWSER_FAVICON_FAVICON_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698