Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d50b9015b262fea0f49666887cef2aeab30ba255..f53130703063300dd59bd48fdbfadda684baa54a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1462,6 +1462,10 @@ const char kLoginPassword[] = "login-password"; |
// Enables natural scroll by default. |
const char kNaturalScrollDefault[] = "enable-natural-scroll-default"; |
+// If true, the Chrome OS keyboard (with Search but without Caps Lock, Page Up, |
Daniel Erat
2012/10/30 18:23:17
i'm not sure that the "without ... page up, page d
Yusuke Sato
2012/10/30 19:27:23
Good point. Updated the comment.
|
+// Page Down, ..) is available. |
+const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard"; |
+ |
// Disables tab discard in low memory conditions, a feature which silently |
// closes inactive tabs to free memory and to attempt to avoid the kernel's |
// out-of-memory process killer. |