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

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

Issue 5685003: DOMUI Prefs: Add a deletable item list type, and use it for startup pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits fixed Created 10 years 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/add_startup_page_recent_pages_list.js
diff --git a/chrome/browser/resources/options/add_startup_page_recent_pages_list.js b/chrome/browser/resources/options/add_startup_page_recent_pages_list.js
index 033f2444816941af5c63e050721307ffdd0472c2..ff080f681e88a70630abe7e1499f5297328f3456 100644
--- a/chrome/browser/resources/options/add_startup_page_recent_pages_list.js
+++ b/chrome/browser/resources/options/add_startup_page_recent_pages_list.js
@@ -39,7 +39,7 @@ cr.define('options.add_startup_page', function() {
titleEl.className = 'title';
titleEl.classList.add('favicon-cell');
titleEl.style.backgroundImage = url('chrome://favicon/' +
- this.pageInfo['url']);
+ this.pageInfo['url']);
this.appendChild(titleEl);
if (this.pageInfo['title'].length > 0) {
titleEl.textContent = this.pageInfo['title'];
« no previous file with comments | « chrome/browser/resources/options/add_startup_page_overlay.js ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698