Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2067)

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.js

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');
- },
});

Powered by Google App Engine
This is Rietveld 408576698