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

Unified Diff: chrome/browser/resources/md_history/side_bar.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: 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/side_bar.js
diff --git a/chrome/browser/resources/md_history/side_bar.js b/chrome/browser/resources/md_history/side_bar.js
index 46291206a7a946a275ea1f235efa49181c46a74d..1abf8bf477dbc5d11f1ce031f7fe0c1534241f86 100644
--- a/chrome/browser/resources/md_history/side_bar.js
+++ b/chrome/browser/resources/md_history/side_bar.js
@@ -10,6 +10,11 @@ Polymer({
type: String,
notify: true
},
+
+ showFooter: {
+ type: Boolean,
+ value: false
calamity 2016/07/05 04:03:13 I think you can get away with showFooter: Boolean
msramek 2016/07/06 19:24:10 Done. Probably yes - the call setting this value w
+ }
},
toggle: function() {

Powered by Google App Engine
This is Rietveld 408576698