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

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: Addressed comments. 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 f10f9d462fe3e951476d2db69f0b2f46a1f79ffe..d0b6a8bdbcdc83f8d9e91736e7b2ea5bf4a37e41 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -71,7 +71,8 @@
</iron-pages>
</div>
- <history-side-bar id="side-bar" selected-page="{{selectedPage_}}">
+ <history-side-bar id="side-bar" selected-page="{{selectedPage_}}"
+ show-footer="[[showFooter]]">
</history-side-bar>
</template>
<script src="chrome://history/app.js"></script>

Powered by Google App Engine
This is Rietveld 408576698