| Index: chrome/browser/resources/file_manager/js/action_choice.js
|
| diff --git a/chrome/browser/resources/file_manager/js/action_choice.js b/chrome/browser/resources/file_manager/js/action_choice.js
|
| index 9935d20a1514a3441a15666142f83b36cf4d9461..839d344c76c3b4792d2e82b8f04a4a88f2417347 100644
|
| --- a/chrome/browser/resources/file_manager/js/action_choice.js
|
| +++ b/chrome/browser/resources/file_manager/js/action_choice.js
|
| @@ -87,6 +87,8 @@ ActionChoice.prototype.initDom_ = function() {
|
| this.dom_.setAttribute('loading', '');
|
|
|
| this.document_.querySelectorAll('.choices input')[0].focus();
|
| +
|
| + util.disableBrowserShortcutKeys(this.document_);
|
| };
|
|
|
| /**
|
|
|