| Index: chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js
|
| diff --git a/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js b/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js
|
| index 63b856f087f64f19b338c8046375146ee8448d49..85dc9466671dbcabda69655b05aa6889afadbac4 100644
|
| --- a/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js
|
| +++ b/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js
|
| @@ -103,6 +103,7 @@ FileManagerDialogBase.prototype.showTitleOnlyDialog = function(title) {
|
| * dialog failed to show due to an existing dialog.
|
| */
|
| FileManagerDialogBase.prototype.showTitleAndTextDialog = function(title, text) {
|
| + this.buttons.style.display = 'none';
|
| return this.showImpl_(title, text, null, null, null);
|
| };
|
|
|
|
|