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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.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/search_page/search_page.js
diff --git a/chrome/browser/resources/settings/search_page/search_page.js b/chrome/browser/resources/settings/search_page/search_page.js
index 78e8febc264a5b873e1dd325cc76c0a4edba3599..54c52a09077295a36991c5aafa04f046fc641d1f 100644
--- a/chrome/browser/resources/settings/search_page/search_page.js
+++ b/chrome/browser/resources/settings/search_page/search_page.js
@@ -71,7 +71,7 @@ Polymer({
'google-now-availability-changed',
this.googleNowAvailabilityUpdate_.bind(this));
this.browserProxy_.getGoogleNowAvailability().then(function(available) {
- this.googleNowAvailabilityUpdate_(available);
+ this.googleNowAvailabilityUpdate_(available);
}.bind(this));
this.focusConfig_ = new Map();

Powered by Google App Engine
This is Rietveld 408576698