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

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

Issue 1643693003: MD History: Implement search functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Fix time-gap-separator insertion. Created 4 years, 10 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..2cf3201ca16a7601d3dc84cdc8d3b8b3b131c072 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -40,14 +40,15 @@
<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://resources/html/load_time_data.html">
+ <script src="strings.js"></script>
+
<link rel="import" href="chrome://history/history_card_manager.html">
<link rel="import" href="chrome://history/history_toolbar.html">
<script src="history.js"></script>
<!-- Prepare strings and perform i18n substitutions. -->
- <link rel="import" href="chrome://resources/html/load_time_data.html">
- <script src="strings.js"></script>
<link rel="import" href="chrome://resources/html/i18n_template.html">
</body>

Powered by Google App Engine
This is Rietveld 408576698