| 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..35d25acb5fa694fef0704335dd3c974932c83de2 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);
|
| };
|
|
|
|
|