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

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: rebase 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
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;

Powered by Google App Engine
This is Rietveld 408576698