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

Unified Diff: content/public/browser/favicon_status.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: content/public/browser/favicon_status.cc
diff --git a/content/public/browser/favicon_status.cc b/content/public/browser/favicon_status.cc
index c9da916999422ed2d275fea8fca91e5d9174cebc..1f764c131d9021bf9c9b3cce4182937768288837 100644
--- a/content/public/browser/favicon_status.cc
+++ b/content/public/browser/favicon_status.cc
@@ -11,6 +11,7 @@ namespace content {
FaviconStatus::FaviconStatus() : valid(false) {
bitmap = *GetContentClient()->browser()->GetDefaultFavicon()->bitmap();
+ image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698