Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / logging_chrome.h
index 5fb8724..07a97df 100644 (file)
@@ -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);