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

Unified Diff: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h

Issue 292233002: Disable VK overscroll for login/out-of-box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, keyboard override value: convert to bool 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: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
index c4ba5abaf130fc1cdae9d3674e59ff6d55d08137..f399214b5b554d2867da9e00f066378d194dc5d4 100644
--- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
@@ -77,6 +77,8 @@ class CoreOobeHandler : public BaseScreenHandler,
virtual void ClearErrors() OVERRIDE;
virtual void ReloadContent(const base::DictionaryValue& dictionary) OVERRIDE;
virtual void ShowControlBar(bool show) OVERRIDE;
+ virtual void SetKeyboardState(bool shown) OVERRIDE;
+ virtual void SetClientAreaSize(int width, int height) OVERRIDE;
virtual void ShowDeviceResetScreen() OVERRIDE;
// Handlers for JS WebUI messages.
@@ -107,6 +109,12 @@ class CoreOobeHandler : public BaseScreenHandler,
// Updates the device requisition string on the UI side.
void UpdateDeviceRequisition();
+ // Updates virtual keyboard state.
+ void UpdateKeyboardState();
+
+ // Updates client area size based on the primary screen size.
+ void UpdateClientAreaSize();
+
// Notification of a change in the accessibility settings.
void OnAccessibilityStatusChanged(
const AccessibilityStatusEventDetails& details);
« no previous file with comments | « chrome/browser/resources/login/user_pod_row.js ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698