Index: chrome/browser/resources/md_history/history.js |
diff --git a/chrome/browser/resources/md_history/history.js b/chrome/browser/resources/md_history/history.js |
index 8f248b966dfa747c29fc5efed33c3e0c95e7fdc3..90333b85e58c1c000b7ba40a60c21ef9bada9a64 100644 |
--- a/chrome/browser/resources/md_history/history.js |
+++ b/chrome/browser/resources/md_history/history.js |
@@ -54,8 +54,8 @@ function showNotification( |
// BrowsingHistoryHandler. |
var appElem = $('history-app'); |
waitForUpgrade(appElem).then(function() { |
- /** @type {HistoryAppElement} */(appElem) |
- .getSideBar().showFooter = includeOtherFormsOfBrowsingHistory; |
+ /** @type {HistoryAppElement} */ (appElem).showSidebarFooter = |
+ includeOtherFormsOfBrowsingHistory; |
}); |
} |