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

Unified Diff: chrome/browser/resources/settings/site_settings/add_site_dialog.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/add_site_dialog.js
diff --git a/chrome/browser/resources/settings/site_settings/add_site_dialog.js b/chrome/browser/resources/settings/site_settings/add_site_dialog.js
index 48fca0f1950888e7e9d4b65728c84031b8664aa7..c98a8a10bbf24cb75eb90290deb417ce5a3471a8 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.js
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.js
@@ -44,8 +44,8 @@ Polymer({
* Block list.
*/
open: function(type) {
- this.addWebUIListener('onIncognitoStatusChanged',
- this.onIncognitoStatusChanged_.bind(this));
+ this.addWebUIListener(
+ 'onIncognitoStatusChanged', this.onIncognitoStatusChanged_.bind(this));
this.browserProxy.updateIncognitoStatus();
this.$.dialog.showModal();
},

Powered by Google App Engine
This is Rietveld 408576698