Chromium Code Reviews| Index: chrome/common/logging_chrome.cc |
| diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc |
| index 93114258135c541e24bf5bbd5f03a5359c8d8da3..010201aa9b306db3a9a08c7fa39eff665e115b16 100644 |
| --- a/chrome/common/logging_chrome.cc |
| +++ b/chrome/common/logging_chrome.cc |
| @@ -224,6 +224,8 @@ base::FilePath GetSessionLogFile(const CommandLine& command_line) { |
| } |
| void RedirectChromeLogging(const CommandLine& command_line) { |
| + // TODO(skuhne): Find another way to see if multi profile is turned on or not |
| + // since profiles::IsMultiProfilesEnabled() cannot be called from here. |
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles) && |
|
Mr4D (OOO till 08-26)
2014/05/14 16:32:40
We should resolve this one - or remove it. The fla
zel
2014/05/14 17:48:39
Done.
|
| chrome_logging_redirected_) { |
| // TODO(nkostylev): Support multiple active users. http://crbug.com/230345 |