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 11da2e42884c0a1912b197769c89dd3733c4949b..77272c8ece1960b4759b188ee296a451a5a48fc9 100644 |
--- a/chrome/browser/resources/md_history/side_bar.js |
+++ b/chrome/browser/resources/md_history/side_bar.js |
@@ -21,4 +21,12 @@ Polymer({ |
this.fire('unselect-all'); |
this.selectedPage = e.detail.item.getAttribute('view-id'); |
}, |
+ |
+ /** |
+ * Relocates the user to the clear browsing data section of the settings page. |
+ * @private |
+ */ |
+ onClearBrowsingDataTap_: function() { |
+ window.location.href = 'chrome://settings/clearBrowserData'; |
+ }, |
}); |