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

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

Issue 2282403005: MD WebUI: Move history-lazy-render into cr-elements (Closed)
Patch Set: Rebase Created 4 years, 3 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/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 6061d5725bd89582565b71a05b950b93c2b519b6..b487cbdd372a82bf636f47aa56cabc1825c757ce 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -1,5 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
+<link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_render.html">
<link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared_menu.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.html">
@@ -7,7 +8,6 @@
<link rel="import" href="chrome://history/browser_service.html">
<link rel="import" href="chrome://history/grouped_list.html">
<link rel="import" href="chrome://history/history_list.html">
-<link rel="import" href="chrome://history/lazy_render.html">
<link rel="import" href="chrome://history/shared_style.html">
<dom-module id="history-list-container">
@@ -42,7 +42,7 @@
</template>
</iron-pages>
- <template is="history-lazy-render" id="dialog">
+ <template is="cr-lazy-render" id="dialog">
<dialog is="cr-dialog">
<div class="title">$i18n{removeSelected}</div>
<div class="body">$i18n{deleteWarning}</div>
@@ -58,7 +58,7 @@
</dialog>
</template>
- <template is="history-lazy-render" id="sharedMenu">
+ <template is="cr-lazy-render" id="sharedMenu">
<cr-shared-menu>
<paper-item id="menuMoreButton" class="menu-item"
on-tap="onMoreFromSiteTap_">

Powered by Google App Engine
This is Rietveld 408576698