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

Unified Diff: chrome/browser/resources/settings/site_settings/media_picker.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
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 829b74a41609670f2284f6c06ed3bde5a9931090..05b22ff09cbf6b7184e33201983fcd25b5e97162 100644
--- a/chrome/browser/resources/settings/site_settings/media_picker.js
+++ b/chrome/browser/resources/settings/site_settings/media_picker.js
@@ -26,8 +26,8 @@ Polymer({
},
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