| 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;
|
| }
|
|
|
|
|