Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1731)

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 1952283002: [MD History] Move Clear Browsing Data button to sidebar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cbd
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index af50446adeb5af5dc4d3c6eefea9d5ceefb64b5e..f79d46e7d5854c1ac0c9887f563907dffeb56544 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -101,10 +101,6 @@
<h1 id="title">$i18n{title}</h1>
</div>
<div id="centered-content">
tsergeant 2016/05/05 21:29:30 I think you can simplify the structure of this too
calamity 2016/05/10 03:15:26 This is getting superceded soon by the new toolbar
- <paper-button on-tap="onClearBrowsingDataTap_"
- id="clear-browsing-data-button">
- $i18n{clearBrowsingData}
- </paper-button>
<div id="right-content">
<paper-spinner id="searching-spinner" active="[[searching]]">
</paper-spinner>

Powered by Google App Engine
This is Rietveld 408576698