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

Unified Diff: ui/keyboard/keyboard_switches.h

Issue 1149383006: Move smart deploy to tristate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change histogram id. Created 5 years, 6 months 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_switches.h
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
index d9296ca01036075f4327c92239a8639f1b3d9efe..e0fdc77ea26e4b927ea8d8086c9d9abdd66719b9 100644
--- a/ui/keyboard/keyboard_switches.h
+++ b/ui/keyboard/keyboard_switches.h
@@ -70,9 +70,15 @@ KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
// to provide access to content that would otherwise be occluded.
KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[];
-// Disable automatic showing/hiding of the keyboard based on the devices plugged
-// in.
-KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[];
+// Controls automatic showing/hiding of the keyboard based on the devices
+// plugged in.
+KEYBOARD_EXPORT extern const char kSmartVirtualKeyboard[];
+
+// Enables smart deploy for the virtual keyboard.
+KEYBOARD_EXPORT extern const char kSmartVirtualKeyboardEnabled[];
+
+// Disables smart deploy for the virtual keyboard.
+KEYBOARD_EXPORT extern const char kSmartVirtualKeyboardDisabled[];
} // namespace switches
} // namespace keyboard
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698