$OpenBSD: patch-base_base_paths_posix_cc,v 1.7 2018/05/04 07:14:57 robert Exp $

Index: base/base_paths_posix.cc
--- base/base_paths_posix.cc.orig
+++ base/base_paths_posix.cc
@@ -69,10 +69,10 @@ bool PathProviderPosix(int key, FilePath* result) {
 #elif defined(OS_OPENBSD) || defined(OS_AIX)
       // There is currently no way to get the executable path on OpenBSD
       char* cpath;
-      if ((cpath = getenv("CHROME_EXE_PATH")) != NULL)
+      if ((cpath = getenv("IRIDIUM_EXE_PATH")) != NULL)
         *result = FilePath(cpath);
       else
-        *result = FilePath("/usr/local/chrome/chrome");
+        *result = FilePath("/usr/local/iridium/iridium");
       return true;
 #endif
     }
