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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 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/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 9fd0601a4c1a7a1a77726e9e3d986ce8b33ff3ac..b9b6188120458036ec452ad201a7de49f646ec0d 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -7,8 +7,7 @@
<link rel="import" href="chrome://history/history_list.html">
<link rel="import" href="chrome://history/shared_style.html">
-<!-- Lazy loaded: cr-dialog, cr-action-menu, history-grouped-list, paper-button.
- -->
+<!-- Lazy loaded: cr-dialog, cr-action-menu, paper-button. -->
<dom-module id="history-list-container">
<template>
@@ -19,8 +18,7 @@
overflow: hidden;
}
- #content,
- #content > * {
+ history-list {
height: 100%;
}
@@ -28,21 +26,10 @@
white-space: pre-wrap;
}
</style>
- <iron-pages id="content"
- attr-for-selected="id"
- selected="[[selectedPage_]]">
- <history-list id="infinite-list"
- querying="[[queryState.querying]]"
- searched-term="[[queryResult.info.term]]">
- </history-list>
- <template is="dom-if" if="[[grouped]]">
- <history-grouped-list id="grouped-list"
- range="[[queryState.range]]"
- query-interval="[[queryResult.info.queryInterval]]"
- searched-term="[[queryResult.info.term]]">
- </history-grouped-list>
- </template>
- </iron-pages>
+ <history-list id="infinite-list"
+ querying="[[queryState.querying]]"
+ searched-term="[[queryResult.info.term]]">
+ </history-list>
<template is="cr-lazy-render" id="dialog">
<dialog is="cr-dialog">
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.html ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698