Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 22f0afa1dc90fdb7b1af3549c1bc1651d873ea64..d4102997af7710f8b62b262160cf7a91ac523c8b 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -802,6 +802,7 @@ void ProfileManager::Observe( |
logged_in_ = true; |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ LOG(ERROR) << ">>>>>>>> " << command_line.GetCommandLineString(); |
dzhioev (left Google)
2014/05/21 19:13:01
Did you commit this line by mistake?
Nikita (slow)
2014/05/26 08:06:38
Thanks, removed in https://codereview.chromium.org
|
if (!command_line.HasSwitch(switches::kTestType)) { |
// If we don't have a mounted profile directory we're in trouble. |
// TODO(davemoore) Once we have better api this check should ensure that |