| Index: chrome/browser/resources/ntp4/apps_page.js
|
| diff --git a/chrome/browser/resources/ntp4/apps_page.js b/chrome/browser/resources/ntp4/apps_page.js
|
| index 097b4b160370b0147ce5a79be0918590cb298c2a..2d37123908cc39b19fd58e5ab31ae8731a2c1151 100644
|
| --- a/chrome/browser/resources/ntp4/apps_page.js
|
| +++ b/chrome/browser/resources/ntp4/apps_page.js
|
| @@ -120,6 +120,7 @@ cr.define('ntp4', function() {
|
| });
|
|
|
| this.options_.disabled = !app.appData.options_url;
|
| + this.uninstall_.disabled = !app.appData.can_uninstall;
|
| },
|
|
|
| /**
|
|
|