| Index: chrome/browser/android/chrome_startup_flags.cc
|
| diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc
|
| index 4f33191fb3a8efebed5a819ab5d2cb184f904e8e..75233a2bf2600046046203d19952325beee07087 100644
|
| --- a/chrome/browser/android/chrome_startup_flags.cc
|
| +++ b/chrome/browser/android/chrome_startup_flags.cc
|
| @@ -34,9 +34,6 @@ void SetCommandLineSwitchASCII(const std::string& switch_string,
|
| } // namespace
|
|
|
| void SetChromeSpecificCommandLineFlags() {
|
| - // Turn on autologin.
|
| - SetCommandLineSwitch(switches::kEnableAutologin);
|
| -
|
| // Enable prerender for the omnibox.
|
| SetCommandLineSwitchASCII(
|
| switches::kPrerenderMode, switches::kPrerenderModeSwitchValueEnabled);
|
|
|