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

Unified Diff: chrome/browser/android/chrome_startup_flags.cc

Issue 182253004: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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
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);

Powered by Google App Engine
This is Rietveld 408576698