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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.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/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 01f0016cf2aa8566fe10aba79a439b7136624925..024f07afa0447d0a4f522e08ba88737e235320ec 100644
--- a/chrome/browser/resources/settings/search_page/search_page.js
+++ b/chrome/browser/resources/settings/search_page/search_page.js
@@ -70,7 +70,7 @@ Polymer({
'google-now-availability-changed',
this.googleNowAvailabilityUpdate_.bind(this));
this.browserProxy_.getGoogleNowAvailability().then(function(available) {
- this.googleNowAvailabilityUpdate_(available);
+ this.googleNowAvailabilityUpdate_(available);
}.bind(this));
},

Powered by Google App Engine
This is Rietveld 408576698