summaryrefslogtreecommitdiffstats
path: root/ash/shell/shell_delegate_impl.cc
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 21:31:13 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 21:31:13 +0000
commite6be3247dacf7b371555695c318a14f9b884d581 (patch)
tree30f98e99afd3d953b48b248d416495074b98f55f /ash/shell/shell_delegate_impl.cc
parentee028d3f084d20216efb6c0d7f1089d551eb4421 (diff)
downloadchromium_src-e6be3247dacf7b371555695c318a14f9b884d581.zip
chromium_src-e6be3247dacf7b371555695c318a14f9b884d581.tar.gz
chromium_src-e6be3247dacf7b371555695c318a14f9b884d581.tar.bz2
ash/chromeos: "Search" key to toggle app list.
- "Search" key to toggle app list; - Remove old "Ctrl+Search" shortcut for app list; - Remove ShellDelegate::Search since it no longer in use; BUG=131703 TEST=Verify "Search" key toggles app list and old "Ctrl+Search" stops working. Review URL: https://chromiumcodereview.appspot.com/10534053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/shell_delegate_impl.cc')
-rw-r--r--ash/shell/shell_delegate_impl.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index be403c8..59f68bd 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -66,9 +66,6 @@ void ShellDelegateImpl::NewWindow(bool incognito) {
ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
}
-void ShellDelegateImpl::Search() {
-}
-
void ShellDelegateImpl::OpenFileManager() {
}