| 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 9ccc9ceccbf6ecf897375e57b03058517e9ceae6..c2166f50a721f7408ff236131175c46a0b43c0c1 100644
|
| --- a/chrome/browser/resources/md_history/app.js
|
| +++ b/chrome/browser/resources/md_history/app.js
|
| @@ -214,6 +214,13 @@ Polymer({
|
| },
|
|
|
| /**
|
| + * Called when browsing data is cleared.
|
| + */
|
| + historyDeleted: function() {
|
| + this.$.history.historyDeleted();
|
| + },
|
| +
|
| + /**
|
| * Update sign in state of synced device manager after user logs in or out.
|
| * @param {boolean} isUserSignedIn
|
| */
|
|
|