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

Unified Diff: ui/keyboard/keyboard_util.cc

Issue 266513003: Reland enable VK overscroll by default. Fixed ash unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-enable flag. Created 6 years, 8 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 | « ash/root_window_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_util.cc
diff --git a/ui/keyboard/keyboard_util.cc b/ui/keyboard/keyboard_util.cc
index f704e503b9cb738cd892e72523043984815b5614..0643c1cc61bee6b2644189121df4c6c12a364652 100644
--- a/ui/keyboard/keyboard_util.cc
+++ b/ui/keyboard/keyboard_util.cc
@@ -118,11 +118,7 @@ bool IsKeyboardOverscrollEnabled() {
switches::kDisableVirtualKeyboardOverscroll)) {
return false;
}
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableVirtualKeyboardOverscroll)) {
- return true;
- }
- return false;
+ return true;
}
bool IsInputViewEnabled() {
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698