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. |