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 8ea31acc981e0866aaa9bc51c24e6306a06a8cdd..26c04afadc89bb6b02130e6f7ca2fae0d81e82d6 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'; |
+ }, |
+ |
onDeleteTap_: function() { |
this.fire('delete-selected'); |
}, |