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

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

Issue 1641543002: MD History: Refactored design for displaying history information (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@second_patch
Patch Set: removed dodgy fix for end of history query: Created 4 years, 11 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.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index 29b8ba364581bcb4be422b9fb9a795b4995e89db..7317b0a5bca1fd5bf737e7f9a0fb03211a095f6f 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -26,7 +26,7 @@
flex: 0 0 56px;
}
- #history-card-manager {
+ #history-list {
flex: 1 0 0;
overflow: auto;
}
@@ -35,12 +35,12 @@
<body>
<history-toolbar class="paper-header" id="toolbar"></history-toolbar>
- <history-card-manager id="history-card-manager"></history-card-manager>
+ <history-list id="history-list"></history-list>
<link rel="import" href="chrome://resources/html/polymer_config.html">
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/util.html">
- <link rel="import" href="chrome://history/history_card_manager.html">
+ <link rel="import" href="chrome://history/history_list.html">
<link rel="import" href="chrome://history/history_toolbar.html">
<script src="history.js"></script>

Powered by Google App Engine
This is Rietveld 408576698