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

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

Issue 2088093004: Add a footer about other forms of history to the MD history page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize to false. Created 4 years, 6 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/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index 1ad236098996b7f8555b3f3f2a139249d40d4d9c..02446e3afe319785996487bab117ff0664da64d3 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -55,7 +55,8 @@
</history-toolbar>
<div id="main-container">
- <history-side-bar id="history-side-bar" selected-page="{{selectedPage_}}">
+ <history-side-bar id="history-side-bar" selected-page="{{selectedPage_}}"
+ show-footer="[[showFooter]]">
</history-side-bar>
<iron-pages id="content" attr-for-selected="id"
selected="[[getSelectedPage(selectedPage_, queryState_.range)]]">

Powered by Google App Engine
This is Rietveld 408576698