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

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: 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.js
diff --git a/chrome/browser/resources/md_history/app.js b/chrome/browser/resources/md_history/app.js
index 266e4dfc290750811c8651044c13f8e09ea070de..1e1c7ee54eec816025b964a115d8f4b4e320f448 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},
+
// The id of the currently selected page.
selectedPage_: {
type: String,
@@ -32,7 +35,7 @@ Polymer({
},
// Whether the first set of results have returned.
- firstLoad_: { type: Boolean, value: true },
+ firstLoad_: {type: Boolean, value: true},
// True if the history queries are disabled.
queryingDisabled_: Boolean,

Powered by Google App Engine
This is Rietveld 408576698