Index: chrome/browser/process_singleton.h |
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h |
index 19a67f536d168896b3598d7aa7ab240b517d66b3..502b75f1aede9ce39b4a28fc1580b63960662b1d 100644 |
--- a/chrome/browser/process_singleton.h |
+++ b/chrome/browser/process_singleton.h |
@@ -67,7 +67,7 @@ class ProcessSingleton : public base::NonThreadSafe { |
// instance. |
NotifyResult NotifyOtherProcessOrCreate(); |
-#if defined(OS_LINUX) |
+#if defined(OS_LINUX) || defined(OS_OPENBSD) |
// Exposed for testing. We use a timeout on Linux, and in tests we want |
// this timeout to be short. |
NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line, |
@@ -76,7 +76,7 @@ class ProcessSingleton : public base::NonThreadSafe { |
NotifyResult NotifyOtherProcessWithTimeoutOrCreate( |
const CommandLine& command_line, |
int timeout_seconds); |
-#endif // defined(OS_LINUX) |
+#endif // defined(OS_LINUX) || defined(OS_OPENBSD) |
#if defined(OS_WIN) && !defined(USE_AURA) |
// Used in specific cases to let us know that there is an existing instance |