| Index: chrome/browser/resources/md_history/list_container.js
|
| diff --git a/chrome/browser/resources/md_history/list_container.js b/chrome/browser/resources/md_history/list_container.js
|
| index 5ea6412fc2f057e0289eb01949f528341439709d..93d430d098c6298aea140073b56f7115f9d31d2b 100644
|
| --- a/chrome/browser/resources/md_history/list_container.js
|
| +++ b/chrome/browser/resources/md_history/list_container.js
|
| @@ -97,7 +97,7 @@ Polymer({
|
| if (!loadTimeData.getBoolean('allowDeletingHistory'))
|
| return;
|
|
|
| - this.$.dialog.open();
|
| + this.$.dialog.showModal();
|
| },
|
|
|
| /**
|
|
|