| Index: chrome/common/child_process_logging.h
|
| diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
|
| index 2fff53958ae0a9c37a81016179b529f239de5874..ac181ea00c95e82895150efa72697aa10a10548b 100644
|
| --- a/chrome/common/child_process_logging.h
|
| +++ b/chrome/common/child_process_logging.h
|
| @@ -116,7 +116,7 @@ void SetCommandLine(const CommandLine* command_line);
|
| // Initialize the list of experiment info to send along with crash reports.
|
| void SetExperimentList(const std::vector<string16>& state);
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_MACOSX)
|
| +#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_MACOSX)
|
| // Sets the product channel data to send along with crash reports to |channel|.
|
| void SetChannel(const std::string& channel);
|
| #endif
|
|
|