summaryrefslogtreecommitdiffstats
path: root/ash/shell/shell_delegate_impl.cc
diff options
context:
space:
mode:
authorkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 00:46:09 +0000
committerkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 00:46:09 +0000
commit72a98fe4dfd555a5125e9774fc34aaa16a11dbc9 (patch)
tree74452d878b60c4b8c6a01105e7489eba2653d7c2 /ash/shell/shell_delegate_impl.cc
parent2bcb853b7272a030f0b6d9c5088f34c6802858b4 (diff)
downloadchromium_src-72a98fe4dfd555a5125e9774fc34aaa16a11dbc9.zip
chromium_src-72a98fe4dfd555a5125e9774fc34aaa16a11dbc9.tar.gz
chromium_src-72a98fe4dfd555a5125e9774fc34aaa16a11dbc9.tar.bz2
Remove Ash accelerator OPEN_FILE_DIALOG; let Chrome handle it as IDC_OPEN_FILE.
The Ctrl-O had once been handled as global shortcut, but now it is no-op when no browser is open. It can be moved back to browser shortcut, as it is handled in all other platforms than Chrome OS. BUG=301445, 251492 Review URL: https://codereview.chromium.org/25225002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/shell_delegate_impl.cc')
-rw-r--r--ash/shell/shell_delegate_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index fd95202..4a4dbd9 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -87,7 +87,7 @@ void ShellDelegateImpl::ToggleMaximized() {
window_state->ToggleMaximized();
}
-void ShellDelegateImpl::OpenFileManager(bool as_dialog) {
+void ShellDelegateImpl::OpenFileManager() {
}
void ShellDelegateImpl::OpenCrosh() {