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

Unified Diff: chrome/browser/profiles/profile_manager.cc

Issue 294033002: Multi-profile flag cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return --test-type flag back to profile_manager_unittest.cc Created 6 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698