| 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();
|
|
|