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

Unified Diff: ui/keyboard/keyboard_switches.cc

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright notice. Created 6 years, 9 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
Index: ui/keyboard/keyboard_switches.cc
diff --git a/ui/keyboard/keyboard_switches.cc b/ui/keyboard/keyboard_switches.cc
index aeecf37b07030f62ae92fd9a11c42a5c67438542..1d04c09300e89c56852a160bedd80c37c7ed3626 100644
--- a/ui/keyboard/keyboard_switches.cc
+++ b/ui/keyboard/keyboard_switches.cc
@@ -7,9 +7,12 @@
namespace keyboard {
namespace switches {
+const char kDisableVirtualKeyboardOverscroll[] =
+ "disable-virtual-keyboard-overscroll";
const char kEnableSwipeSelection[] = "enable-swipe-selection";
-
const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
+const char kEnableVirtualKeyboardOverscroll[] =
+ "enable-virtual-keyboard-overscroll";
const char kKeyboardUsabilityExperiment[] = "keyboard-usability-experiment";
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698