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

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

Issue 1932413003: [MD History] Refactor history.html into a history-app element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 8 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
« no previous file with comments | « chrome/browser/resources/md_history/history.js ('k') | chrome/browser/resources/md_history/side_bar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/side_bar.html
diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
index fc26be46dff0173dd366231dec83bd36f7750e06..4d3625f87c07cfb30f4e9d1727a8d7da7558c9b3 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -33,11 +33,11 @@
}
</style>
<paper-listbox id="overflow-menu" selected="0" on-iron-select="onSelect_">
- <paper-item id="history-button">
+ <paper-item view-id="history-list">
<div>$i18n{historyMenuItem}</div>
<paper-ripple></paper-ripple>
</paper-item>
- <paper-item id="synced-tabs-button">
+ <paper-item view-id="history-synced-device-manager">
<div>$i18n{openTabsMenuItem}</div>
<paper-ripple></paper-ripple>
</paper-item>
« no previous file with comments | « chrome/browser/resources/md_history/history.js ('k') | chrome/browser/resources/md_history/side_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698