| 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 0c456c7dfb77adc715cbb04618f4224bb7634294..05e42e4f58ef9ca7d9b89e6d5e302fe29f6fb72a 100644
|
| --- a/chrome/browser/resources/md_history/history.js
|
| +++ b/chrome/browser/resources/md_history/history.js
|
| @@ -85,6 +85,10 @@ function setForeignSessions(sessionList, isTabSyncEnabled) {
|
| * Called when the history is deleted by someone else.
|
| */
|
| function historyDeleted() {
|
| + waitForAppUpgrade().then(function() {
|
| + /** @type {HistoryAppElement} */($('history-app'))
|
| + .historyDeleted();
|
| + });
|
| }
|
|
|
| /**
|
|
|