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

Unified Diff: chrome/browser/resources/history/history.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, 11 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/history/history.js
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
index 16826ef701aefd683f5aa3cee574e1b7ba4e1b29..e595f6cfea8fc5586f687b5bfd31b0dd202ffd9f 100644
--- a/chrome/browser/resources/history/history.js
+++ b/chrome/browser/resources/history/history.js
@@ -196,7 +196,7 @@ Visit.prototype.addHighlightedText_ = function(node, content, highlightText) {
*/
Visit.prototype.getTitleDOM_ = function() {
var node = createElementWithClassName('div', 'title');
- node.style.backgroundImage = url(getFaviconUrl(this.url_));
+ node.style.backgroundImage = getFaviconImageSet(this.url_);
node.style.backgroundSize = '16px';
var link = document.createElement('a');
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/bmm/bookmark_list.js ('k') | chrome/browser/resources/ntp4/most_visited_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698