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

Unified Diff: chrome/browser/chromeos/login/ui/login_display.h

Issue 301923002: Revert of Follow up change for disabling out-of-box VK overscroll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/login_display_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/ui/login_display.h
diff --git a/chrome/browser/chromeos/login/ui/login_display.h b/chrome/browser/chromeos/login/ui/login_display.h
index 000bda7d002cf9eaeafdd645323701523fef1435..c203c71c30731436d3df12362e21426711659545 100644
--- a/chrome/browser/chromeos/login/ui/login_display.h
+++ b/chrome/browser/chromeos/login/ui/login_display.h
@@ -154,6 +154,15 @@
// Shows signin UI with specified email.
virtual void ShowSigninUI(const std::string& email) = 0;
+ // Hides or shows login UI control bar with [Shut down] / [Add user] buttons.
+ virtual void ShowControlBar(bool show) = 0;
+
+ // Sets the virtual keyboard state.
+ virtual void SetKeyboardState(bool shown) = 0;
+
+ // Sets the WebUI client area size (based on display dimensions).
+ virtual void SetClientAreaSize(int width, int height) = 0;
+
gfx::Rect background_bounds() const { return background_bounds_; }
void set_background_bounds(const gfx::Rect& background_bounds) {
background_bounds_ = background_bounds;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/login_display_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698