| Index: chrome/browser/resources/settings/android_apps_page/android_apps_page.js
|
| diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.js b/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
|
| index 861731780652ab51607d5907c609012ddb6e61da..f8854fae8db9694f91e74a6a180321a40f151de7 100644
|
| --- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
|
| +++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
|
| @@ -49,6 +49,7 @@ Polymer({
|
| 'android-apps-info-update', this.androidAppsInfoUpdate_.bind(this));
|
| this.browserProxy_.requestAndroidAppsInfo();
|
| },
|
| +
|
| /**
|
| * @param {AndroidAppsInfo} info
|
| * @private
|
| @@ -68,7 +69,7 @@ Polymer({
|
|
|
| /** @private */
|
| onSubpageTap_: function() {
|
| - if (this.androidAppsInfo_.appReady)
|
| + if (this.androidAppsInfo_.playStoreEnabled)
|
| settings.navigateTo(settings.Route.ANDROID_APPS_DETAILS);
|
| },
|
| });
|
|
|