diff options
| author | Ben Murdoch <benm@google.com> | 2010-11-18 18:32:45 +0000 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2010-11-18 18:38:07 +0000 |
| commit | 513209b27ff55e2841eac0e4120199c23acce758 (patch) | |
| tree | aeba30bb08c5f47c57003544e378a377c297eee6 /chrome/common/logging_chrome.h | |
| parent | 164f7496de0fbee436b385a79ead9e3cb81a50c1 (diff) | |
| download | external_chromium-513209b27ff55e2841eac0e4120199c23acce758.zip external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.gz external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.bz2 | |
Merge Chromium at r65505: Initial merge by git.
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
Diffstat (limited to 'chrome/common/logging_chrome.h')
| -rw-r--r-- | chrome/common/logging_chrome.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h index a2d62d5..6fc1389 100644 --- a/chrome/common/logging_chrome.h +++ b/chrome/common/logging_chrome.h @@ -37,9 +37,11 @@ void InitChromeLogging(const CommandLine& command_line, OldFileDeletionState delete_old_log_file); #if defined(OS_CHROMEOS) -void RedirectChromeLogging(const FilePath& new_log_dir, - const CommandLine& command_line, - OldFileDeletionState delete_old_log_file); +// Get the log file location. +FilePath GetSessionLogFile(const CommandLine& command_line); + +// Redirects chrome logging to the appropriate session log dir. +void RedirectChromeLogging(const CommandLine& command_line); #endif // Call when done using logging for Chrome. |
