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

Unified Diff: chrome/browser/chromeos/login/helper.h

Issue 304153004: Center lock screen user pod when virtual keyboard is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index 2337c7d2acfdcce529bf855112eb99494f0332fb..5fee35fdedd025658ba21842edc1e125b574f5f3 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -44,8 +44,9 @@ const int kMaxUserImageSize = 512;
// @ symbol.
std::string CanonicalizeUserID(const std::string& user_id);
-// Returns true if login should scroll user pods into view itself when virtual
-// keyboard is shown and disable vk overscroll.
+// Returns true if lock/login should scroll user pods into view itself when
+// virtual keyboard is shown and disable vk overscroll.
+bool LockScrollIntoViewEnabled();
bool LoginScrollIntoViewEnabled();
// A helper class for easily mocking out Network*Handler calls for tests.
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698