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

Unified Diff: chrome/common/logging_chrome.cc

Issue 271533004: Turning on MultiProfile by default for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/logging_chrome.cc
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index 93114258135c541e24bf5bbd5f03a5359c8d8da3..7398a897e747a9505739ad0a37b5f3b562bce2fc 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -224,10 +224,9 @@ base::FilePath GetSessionLogFile(const CommandLine& command_line) {
}
void RedirectChromeLogging(const CommandLine& command_line) {
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles) &&
- chrome_logging_redirected_) {
+ if (chrome_logging_redirected_) {
// TODO(nkostylev): Support multiple active users. http://crbug.com/230345
- LOG(ERROR) << "NOT redirecting logging for multi-profiles case.";
+ LOG(WARNING) << "NOT redirecting logging for multi-profiles case.";
return;
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698