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 daad9b0c891d961189fda8563c5723a1b42cf52e..9655534c1c40c6f65cc91d00a0341952987a17d3 100644 |
--- a/chrome/browser/resources/md_history/history_toolbar.js |
+++ b/chrome/browser/resources/md_history/history_toolbar.js |
@@ -33,6 +33,14 @@ 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'; |
+ }, |
+ |
numberOfItemsSelected_: function(count) { |
return count > 0 ? loadTimeData.getStringF('itemsSelected', count) : ''; |
} |