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

Unified Diff: chromeos/chromeos_switches.cc

Issue 16105005: Cleanup legacy flags and switches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 7 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 | « chromeos/chromeos_switches.h ('k') | ui/base/animation/tween.h » ('j') | 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 ef84dc31912087209bdf42180612ccf765a6e00b..78bf78e9aebe365879eb8314ed711f1b2f697780 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -157,16 +157,6 @@ const char kLoginPassword[] = "login-password";
// Specifies the profile to use once a chromeos user is logged in.
const char kLoginProfile[] = "login-profile";
-// Allows to override the first login screen. The value should be the name of
-// the first login screen to show (see
-// chrome/browser/chromeos/login/login_wizard_view.cc for actual names).
-// Ignored if kLoginManager is not specified. TODO(avayvod): Remove when the
-// switch is no longer needed for testing.
-const char kLoginScreen[] = "login-screen";
-
-// Controls the initial login screen size. Pass width,height.
-const char kLoginScreenSize[] = "login-screen-size";
-
// Specifies the user which is already logged in.
const char kLoginUser[] = "login-user";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | ui/base/animation/tween.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698