| 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 4d295f79d56cc4337cfd6962f1ddf7090bb9862e..88c2e2396318af8a29e46a5812583fc748f80486 100644
|
| --- a/chrome/browser/android/chrome_startup_flags.cc
|
| +++ b/chrome/browser/android/chrome_startup_flags.cc
|
| @@ -35,9 +35,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);
|
|
|