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

Unified Diff: chrome/common/chrome_switches.h

Issue 11421055: Add power-user keyboard mode for ChromeOS with Search key acting as a typical Fn key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't avoid remapping Alt-Up etc when a PrefService isn't around Created 8 years, 1 month 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 9708577a30afcba5eaec501e6650299e1c490651..ed9368ba7003739507078cae0daafd628c5eab84 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -388,6 +388,7 @@ extern const char kDisableFactoryReset[];
extern const char kDisableLoginAnimations[];
extern const char kDisableNewOobe[];
extern const char kDisableOobeAnimation[];
+extern const char kEnableChromeOSFunctionKey[];
Yusuke Sato 2012/11/26 06:09:38 nit: alphabetical order.
extern const char kEnableBackgroundLoader[];
extern const char kEnableChromeCaptivePortalDetector[];
extern const char kEnableTouchpadThreeFingerClick[];

Powered by Google App Engine
This is Rietveld 408576698