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

Unified Diff: chrome/browser/ui/views/ash/balloon_view_ash.cc

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/ui/views/ash/balloon_view_ash.cc
diff --git a/chrome/browser/ui/views/ash/balloon_view_ash.cc b/chrome/browser/ui/views/ash/balloon_view_ash.cc
index 0975e9c5519306f5eeea28693ed80646ce53e3db..b56a24cd466c5fbdcde01e1d165d80234be3f92f 100644
--- a/chrome/browser/ui/views/ash/balloon_view_ash.cc
+++ b/chrome/browser/ui/views/ash/balloon_view_ash.cc
@@ -49,7 +49,7 @@ class BalloonViewAsh::IconFetcher : public content::WebContentsObserver {
content::RenderViewHost* host = web_contents->GetRenderViewHost();
request_id_ = FaviconUtil::DownloadFavicon(host,
icon_url,
- kNotificationIconImageSize);
+ std::vector<int>(1, kNotificationIconImageSize));
}
// content::WebContentsObserver override.

Powered by Google App Engine
This is Rietveld 408576698