| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 2a52677c92304d56f135172a062508c8af16ba94..673c681b9c62f552095ceddbba7be5d74cea6298 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -36,6 +36,10 @@ const char kDisableDemoMode[] = "disable-demo-mode";
|
| // Disable Genius App and use the original Help App instead.
|
| const char kDisableGeniusApp[] = "disable-genius-app";
|
|
|
| +// Disable lock UI (user pods) scrolling into view with CSS change when virtual
|
| +// keyboard is shown.
|
| +const char kDisableLockScrollIntoView[] = "disable-lock-scroll-into-view";
|
| +
|
| // Avoid doing expensive animations upon login.
|
| const char kDisableLoginAnimations[] = "disable-login-animations";
|
|
|
|
|