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

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

Issue 2389393002: MD History: Do not collapse synced device card when tapping menu button (Closed)
Patch Set: Created 4 years, 2 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/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index 7f71f8bb4295c0438e85036734c282543c85942e..25f4eab7d433b9c4652967ffa58fb94485b19074 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -78,7 +78,7 @@
</style>
<div id="history-item-container">
<div class="card-title" id="card-heading" aria-expanded$="[[opened]]"
- aria-controls="collapse" on-tap="toggleTabCard">
+ aria-controls="collapse" on-click="toggleTabCard">
<div id="title-left-content">
<div id="device-name">
[[device]]

Powered by Google App Engine
This is Rietveld 408576698