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

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

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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/handler_options_list.js
diff --git a/chrome/browser/resources/options/handler_options_list.js b/chrome/browser/resources/options/handler_options_list.js
index 283e21b12c102b96c52832c675834324b163a145..0ed4553b6555b392d809470b2eca5977d93b61ff 100644
--- a/chrome/browser/resources/options/handler_options_list.js
+++ b/chrome/browser/resources/options/handler_options_list.js
@@ -197,8 +197,7 @@ cr.define('options', function() {
var value = selectElement ? selectElement.value : 0;
delegate.removeHandler(value, data.handlers[value]);
});
- removeElement.className =
- 'handlers-remove-column handlers-remove-link';
+ removeElement.className = 'handlers-remove-column handlers-remove-link';
this.appendChild(removeElement);
}
},

Powered by Google App Engine
This is Rietveld 408576698