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

Unified Diff: chrome/browser/resources/md_downloads/focus_row.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 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
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.js ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/focus_row.js
diff --git a/chrome/browser/resources/md_downloads/focus_row.js b/chrome/browser/resources/md_downloads/focus_row.js
index 7963c4037a379cb3e376f1ba27afed5e4d95b05b..6d61284984da4e6cac5372e45139274693c5fb20 100644
--- a/chrome/browser/resources/md_downloads/focus_row.js
+++ b/chrome/browser/resources/md_downloads/focus_row.js
@@ -20,7 +20,8 @@ cr.define('downloads', function() {
addItems: function() {
this.destroy();
- this.addItem('name-file-link',
+ this.addItem(
+ 'name-file-link',
'content.is-active:not(.show-progress):not(.dangerous) #name');
assert(this.addItem('name-file-link', '#file-link'));
assert(this.addItem('url', '#url'));
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.js ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698