summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
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_delegate.h
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_delegate.h')
-rw-r--r--ash/shell_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 357b0f0..ea668fa 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -68,9 +68,6 @@ class ASH_EXPORT ShellDelegate {
// Invoked when the user uses Ctrl-N or Ctrl-Shift-N to open a new window.
virtual void NewWindow(bool incognito) = 0;
- // Invoked when the user presses the Search key.
- virtual void Search() = 0;
-
// Invoked when the user uses Ctrl-M to open file manager.
virtual void OpenFileManager() = 0;