| 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));
|
| },
|
|
|
|
|