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

Unified Diff: chromeos/chromeos_switches.cc

Issue 320523003: Use same vk non-overscroll solution for both login and lock screens (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 173747665eff1f1fefaf3e19d8a87686ec3e043a..a0a0d067e4b9d6b4ec511e3b7ee7895edbf8be6f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -36,14 +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";
-// Disable login UI (user pods) scrolling into view on JS side when virtual
+// Disable login/lock UI (user pods) scrolling into view on JS side when virtual
// keyboard is shown.
const char kDisableLoginScrollIntoView[] = "disable-login-scroll-into-view";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698