| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fa396776387a5576783008c2f063a5371385222f..76c3f2a4de2af0f6cd447dd6add7824c20c250a1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1220,9 +1220,6 @@ const char kZygoteProcess[] = "zygote";
|
| // Document Viewer.
|
| const char kEnableGView[] = "enable-gview";
|
|
|
| -// Should we show the image based login?
|
| -const char kEnableLoginImages[] = "enable-login-images";
|
| -
|
| // Enable Chrome-as-a-login-manager behavior.
|
| const char kLoginManager[] = "login-manager";
|
|
|
|
|