Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: ash/shell_delegate.h

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index e6fc43f8dbb9787cb76e30695335a74f66c99823..bdd3958045e8d6c58d423c81154b15afbc51262b 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -216,10 +216,6 @@ class ASH_EXPORT ShellDelegate {
// Creates the stacking client. Shell takes ownership of the object.
virtual aura::client::StackingClient* CreateStackingClient() = 0;
- // True if the user's preferences have the Search key acting as a Function key
- // modifier for accessing extended keyboard shortcuts.
- virtual bool IsSearchKeyActingAsFunctionKey() const = 0;
-
// Creates a root window host factory. Shell takes ownership of the returned
// value.
virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698