| Index: chrome/browser/resources/md_history/side_bar.js
|
| diff --git a/chrome/browser/resources/md_history/side_bar.js b/chrome/browser/resources/md_history/side_bar.js
|
| index 46291206a7a946a275ea1f235efa49181c46a74d..0f68fd043f8b01ffd4b42c68ed00872d3ebf3008 100644
|
| --- a/chrome/browser/resources/md_history/side_bar.js
|
| +++ b/chrome/browser/resources/md_history/side_bar.js
|
| @@ -30,12 +30,4 @@ Polymer({
|
| onSelectorActivate_: function() {
|
| this.$.drawer.close();
|
| },
|
| -
|
| - /**
|
| - * Relocates the user to the clear browsing data section of the settings page.
|
| - * @private
|
| - */
|
| - onClearBrowsingDataTap_: function() {
|
| - window.location.href = 'chrome://settings/clearBrowserData';
|
| - },
|
| });
|
|
|