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