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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.js

Issue 2834433002: MD Settings: ESLint --fix output, WIP. (Closed)
Patch Set: Created 3 years, 8 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 a307f3da2265a49dc126df62593ec9e6732dd68f..4a51d3a437ff7400028b57b7f6af76dcdc2b9323 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