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

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

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.js
diff --git a/chrome/browser/resources/md_history/app.js b/chrome/browser/resources/md_history/app.js
index 377e109db265b75d7df6176128798a0dc8c25f3b..023bede7250bf190976d62f4a330017adc90ead7 100644
--- a/chrome/browser/resources/md_history/app.js
+++ b/chrome/browser/resources/md_history/app.js
@@ -18,6 +18,9 @@ Polymer({
is: 'history-app',
properties: {
+ // Whether to display the footer.
+ showFooter: { type: Boolean, value: false },
Dan Beam 2016/06/30 23:30:03 { type: Boolean, value: false } ^
msramek 2016/07/01 11:42:06 Done. Also below (since this is a copy-paste from
+
// The id of the currently selected page.
selectedPage_: String,

Powered by Google App Engine
This is Rietveld 408576698