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

Unified Diff: chrome/browser/resources/settings/site_settings/zoom_levels.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/site_settings/zoom_levels.js
diff --git a/chrome/browser/resources/settings/site_settings/zoom_levels.js b/chrome/browser/resources/settings/site_settings/zoom_levels.js
index 362223a0fd05438e9cc86f19a464223025bcdf5a..850501b8cd5beed4a6ee86d61651bb65e7b37a73 100644
--- a/chrome/browser/resources/settings/site_settings/zoom_levels.js
+++ b/chrome/browser/resources/settings/site_settings/zoom_levels.js
@@ -23,8 +23,8 @@ Polymer({
/** @override */
ready: function() {
- this.addWebUIListener('onZoomLevelsChanged',
- this.onZoomLevelsChanged_.bind(this));
+ this.addWebUIListener(
+ 'onZoomLevelsChanged', this.onZoomLevelsChanged_.bind(this));
this.browserProxy.fetchZoomLevels();
},

Powered by Google App Engine
This is Rietveld 408576698