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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2282403002: [MD History] Clear ripple on CBD press. (Closed)
Patch Set: Created 4 years, 4 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/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index f82c17e6b2f9ddb997f856f9e2c243bba4366af6..fc145a585176c8d366107a783d2de03331c57ddc 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3955,7 +3955,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<div class="separator"></div>
<a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTap_" id="clear-browsing-data">
$i18n{clearBrowsingData}
- <paper-ripple></paper-ripple>
+ <paper-ripple id="cbd-ripple"></paper-ripple>
</a>
<div id="footer" hidden="[[!showFooter]]">
<div class="separator"></div>

Powered by Google App Engine
This is Rietveld 408576698