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

Unified Diff: chrome/browser/resources/md_history/history.js

Issue 2165903003: MD History: Show sidebar next to content on wide screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_fix_footer_link
Patch Set: dpapad@ review Created 4 years, 5 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/history.js
diff --git a/chrome/browser/resources/md_history/history.js b/chrome/browser/resources/md_history/history.js
index e9d55e7fcc4c472ad73af8e852956ae4c82dc886..0c456c7dfb77adc715cbb04618f4224bb7634294 100644
--- a/chrome/browser/resources/md_history/history.js
+++ b/chrome/browser/resources/md_history/history.js
@@ -60,8 +60,8 @@ function showNotification(
// when WebUI is removed and this becomes the only client of
// BrowsingHistoryHandler.
waitForAppUpgrade().then(function() {
- /** @type {HistoryAppElement} */($('history-app'))
- .getSideBar().showFooter = includeOtherFormsOfBrowsingHistory;
+ /** @type {HistoryAppElement} */ ($('history-app')).showSidebarFooter =
+ includeOtherFormsOfBrowsingHistory;
});
}

Powered by Google App Engine
This is Rietveld 408576698