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

Unified Diff: ui/keyboard/keyboard_util.h

Issue 292233002: Disable VK overscroll for login/out-of-box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 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
Index: ui/keyboard/keyboard_util.h
diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h
index bc343bda7b654b5603977069bae1900296f97cc4..40a2c16ef98be040e63bb4ff4a7519c212ac2207 100644
--- a/ui/keyboard/keyboard_util.h
+++ b/ui/keyboard/keyboard_util.h
@@ -71,6 +71,12 @@ KEYBOARD_EXPORT bool IsKeyboardUsabilityExperimentEnabled();
// Returns true if keyboard overscroll mode is enabled.
KEYBOARD_EXPORT bool IsKeyboardOverscrollEnabled();
+// Sets temporary keyboard overscroll enabled override.
+KEYBOARD_EXPORT void SetKeyboardOverscrollEnabledOverrideValue(bool enabled);
+
+// Enables temporary keyboard overscroll override.
+KEYBOARD_EXPORT void SetKeyboardOverscrollOverrideEnabled(bool enabled);
+
// Returns true if an IME extension can specify a custom input view for the
// virtual keyboard window.
KEYBOARD_EXPORT bool IsInputViewEnabled();

Powered by Google App Engine
This is Rietveld 408576698