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

Unified Diff: chrome/browser/resources/settings/search_page/search_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/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 a307f3da2265a49dc126df62593ec9e6732dd68f..41db7cbf67cb6b988242a4a42f08bd695c3e27ec 100644
--- a/chrome/browser/resources/settings/search_page/search_page.js
+++ b/chrome/browser/resources/settings/search_page/search_page.js
@@ -166,11 +166,6 @@ Polymer({
this.browserProxy_.setHotwordSearchEnabled(this.hotwordInfo_.enabled);
},
- /** @private */
- onManageAudioHistoryTap_: function() {
- window.open(loadTimeData.getString('manageAudioHistoryUrl'));
- },
-
/**
* @param {Event} event
* @private

Powered by Google App Engine
This is Rietveld 408576698