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

Unified Diff: chrome/browser/resources/settings/site_settings/media_picker.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/media_picker.js
diff --git a/chrome/browser/resources/settings/site_settings/media_picker.js b/chrome/browser/resources/settings/site_settings/media_picker.js
index 213eea72274697e333a3e70805cf84c72859febc..f39f5f9a94cbee0c7f78905d2778f6dc0b2fcc9a 100644
--- a/chrome/browser/resources/settings/site_settings/media_picker.js
+++ b/chrome/browser/resources/settings/site_settings/media_picker.js
@@ -30,8 +30,8 @@ Polymer({
/** @override */
ready: function() {
- this.addWebUIListener('updateDevicesMenu',
- this.updateDevicesMenu_.bind(this));
+ this.addWebUIListener(
+ 'updateDevicesMenu', this.updateDevicesMenu_.bind(this));
this.browserProxy.getDefaultCaptureDevices(this.type);
},

Powered by Google App Engine
This is Rietveld 408576698