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

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

Issue 235863025: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant comment. Created 6 years, 8 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 8d1c18e2a91ac1c14c09b055d19b256ba7808b6f..93ee6ccba471ec2d4c9d9c470b35777c3a8ce76d 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);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698