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

Unified Diff: chrome/browser/chromeos/login/helper.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
« 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 c813eb2ebc9521d7e0023fa6e2981818cb9c4a89..2337c7d2acfdcce529bf855112eb99494f0332fb 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -44,6 +44,10 @@ 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.
+bool LoginScrollIntoViewEnabled();
+
// A helper class for easily mocking out Network*Handler calls for tests.
class NetworkStateHelper {
public:
« 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