| Index: chrome/browser/chromeos/login/helper.h
|
| diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
|
| index 5fee35fdedd025658ba21842edc1e125b574f5f3..d2498a1d386fc666ab77598faa4cc6be006f759d 100644
|
| --- a/chrome/browser/chromeos/login/helper.h
|
| +++ b/chrome/browser/chromeos/login/helper.h
|
| @@ -46,7 +46,6 @@ std::string CanonicalizeUserID(const std::string& user_id);
|
|
|
| // 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.
|
|
|