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

Unified Diff: ash/virtual_keyboard_controller.cc

Issue 2889123003: Remove SetOverscrollEnabledWithAccessibilityKeyboard(). (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | ui/keyboard/keyboard_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller.cc
diff --git a/ash/virtual_keyboard_controller.cc b/ash/virtual_keyboard_controller.cc
index d36e8e2cbd608d931c04069dba42d8d783c11bd6..2d1443c945c7fb20385958a55ac0c811cc265940 100644
--- a/ash/virtual_keyboard_controller.cc
+++ b/ash/virtual_keyboard_controller.cc
@@ -85,7 +85,6 @@ void VirtualKeyboardController::OnMaximizeModeStarted() {
} else {
UpdateKeyboardEnabled();
}
- keyboard::SetOverscrollEnabledWithAccessibilityKeyboard(true);
}
void VirtualKeyboardController::OnMaximizeModeEnded() {
@@ -94,7 +93,6 @@ void VirtualKeyboardController::OnMaximizeModeEnded() {
} else {
UpdateKeyboardEnabled();
}
- keyboard::SetOverscrollEnabledWithAccessibilityKeyboard(false);
}
void VirtualKeyboardController::OnTouchscreenDeviceConfigurationChanged() {
« no previous file with comments | « no previous file | ui/keyboard/keyboard_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698