| Index: chrome/browser/resources/md_history/history_toolbar.js
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
|
| index d81247e03078e6511e53714b53b8f13eb7632aa8..db33f9c35c373c290bca4255ca8c7b9305faab38 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -94,14 +94,6 @@ Polymer({
|
| this.fire('unselect-all');
|
| },
|
|
|
| - /**
|
| - * Relocates the user to the clear browsing data section of the settings page.
|
| - * @private
|
| - */
|
| - onClearBrowsingDataTap_: function() {
|
| - window.location.href = 'chrome://settings/clearBrowserData';
|
| - },
|
| -
|
| onDeleteTap_: function() {
|
| this.fire('delete-selected');
|
| },
|
|
|