| Index: chrome/common/logging_chrome.h
|
| diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
|
| index 5fb8724a86c8e117938a34490c0c04b1bd09bdf1..07a97df1255b1cab01787b98ba85116bf4d61ddb 100644
|
| --- a/chrome/common/logging_chrome.h
|
| +++ b/chrome/common/logging_chrome.h
|
| @@ -35,6 +35,9 @@ void InitChromeLogging(const base::CommandLine& command_line,
|
| OldFileDeletionState delete_old_log_file);
|
|
|
| #if defined(OS_CHROMEOS)
|
| +// Get the log file directory path.
|
| +base::FilePath GetSessionLogDir(const base::CommandLine& command_line);
|
| +
|
| // Get the log file location.
|
| base::FilePath GetSessionLogFile(const base::CommandLine& command_line);
|
|
|
|
|