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

Unified Diff: chrome/browser/resources/options/home_page_overlay.js

Issue 11762004: Make favicons for about:history and about:bookmarks switch from lodpi to hidpi when dragging browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/resources/options/home_page_overlay.js
diff --git a/chrome/browser/resources/options/home_page_overlay.js b/chrome/browser/resources/options/home_page_overlay.js
index 2f1a05ab801393da127a18a3c6b78e5eaa90a4a4..bc75352ad475c22d9705719165431de292d7a087 100644
--- a/chrome/browser/resources/options/home_page_overlay.js
+++ b/chrome/browser/resources/options/home_page_overlay.js
@@ -99,7 +99,7 @@ cr.define('options', function() {
*/
updateFavicon_: function() {
var urlField = $('homepage-url-field');
- urlField.style.backgroundImage = url(getFaviconUrl(urlField.value));
+ urlField.style.backgroundImage = getFaviconImageSet(urlField.value);
},
/**

Powered by Google App Engine
This is Rietveld 408576698