Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 614da15828bfdddcb6807e3a50e066100fd957a1..9f9d120707c87601f38fde9c70da6336077cf0c2 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1601,7 +1601,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { |
// Tests should be able to tune login manager before showing it. |
// Thus only show login manager in normal (non-testing) mode. |
- if (!parameters().ui_task) |
+ if (!parameters().ui_task && false) |
Ami GONE FROM CHROMIUM
2011/11/30 00:08:37
Ignore this - not for submission.
|
OptionallyRunChromeOSLoginManager(parsed_command_line(), profile_); |
#endif |