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