| Index: chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.js b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| index 0bcbcbcfb318c7c18effa78a57664641665c7918..5f236ee6f15ca83055500a1577331e20c2489842 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| @@ -49,10 +49,4 @@ Polymer({
|
| settings.navigateTo(settings.Route.MANAGE_ACCESSIBILITY);
|
| },
|
| // </if>
|
| -
|
| - /** @private */
|
| - onMoreFeaturesTap_: function() {
|
| - window.open(
|
| - 'https://chrome.google.com/webstore/category/collection/accessibility');
|
| - },
|
| });
|
|
|