| Index: chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc b/chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc
|
| index 03c5638d661eb7077fe494347f67fd330478bbab..e0a9ba01bf0908f49f5e4f81794734b0e4032d26 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc
|
| @@ -34,7 +34,6 @@ namespace {
|
| const char kAutoLoginAccountId[] = "public_session_user@localhost";
|
| // These values are only used to test the configuration. They don't
|
| // delay the test.
|
| -const int kAutoLoginNoDelay = 0;
|
| const int kAutoLoginDelay1 = 60000;
|
| const int kAutoLoginDelay2 = 180000;
|
|
|
|
|