| Index: chrome/browser/resources/md_history/history_list.js
|
| diff --git a/chrome/browser/resources/md_history/history_list.js b/chrome/browser/resources/md_history/history_list.js
|
| index d850ad634a2ff36518f0b7c289866489153d2a56..09ac8442c3c711bb80621f56c06a21ce765b22ed 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -112,6 +112,7 @@ Polymer({
|
| if (this.historyData_)
|
| this.splice('historyData_', 0, this.historyData_.length);
|
| this.fire('unselect-all');
|
| + this.scrollTop = 0;
|
| }
|
|
|
| if (this.historyData_) {
|
|
|