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, |