Index: chrome/common/child_process_logging.h |
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h |
index 2583b7d70ec4dd11aadb897df348fd6d4b8168fb..b2acb1c4a8cbe1bd766926da7ceff677a0ffbe52 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_POSIX) && !defined(OS_ANDROID) && !defined(OS_NACL) |
// Sets the product channel data to send along with crash reports to |channel|. |
void SetChannel(const std::string& channel); |
#endif |