| Index: chrome/browser/resources/file_manager/js/photo/gallery.js
|
| diff --git a/chrome/browser/resources/file_manager/js/photo/gallery.js b/chrome/browser/resources/file_manager/js/photo/gallery.js
|
| index a330743e0335b06eab4e95191fbb1b2614305024..5a453074cc7376647b2cefe2a18a9b7bcc39dc95 100644
|
| --- a/chrome/browser/resources/file_manager/js/photo/gallery.js
|
| +++ b/chrome/browser/resources/file_manager/js/photo/gallery.js
|
| @@ -185,6 +185,8 @@ Gallery.prototype.initListeners_ = function() {
|
| this.keyDownBound_ = this.onKeyDown_.bind(this);
|
| this.document_.body.addEventListener('keydown', this.keyDownBound_);
|
|
|
| + util.disableBrowserShortcutKeys(this.document_);
|
| +
|
| this.inactivityWatcher_ = new MouseInactivityWatcher(
|
| this.container_, Gallery.FADE_TIMEOUT, this.hasActiveTool.bind(this));
|
|
|
|
|