| 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..3ffb95014107802ebe4cdff3e1bdb1ce07df02d1 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: Boolean,
|
| +
|
| // The id of the currently selected page.
|
| selectedPage_: String,
|
|
|
|
|