$OpenBSD: patch-base_base_paths_posix_cc,v 1.4 2016/10/27 18:30:40 robert Exp $
--- base/base_paths_posix.cc.orig.port	Thu Oct 27 14:43:06 2016
+++ base/base_paths_posix.cc	Thu Oct 27 14:43:25 2016
@@ -70,10 +70,10 @@ bool PathProviderPosix(int key, FilePath* result) {
 #elif defined(OS_OPENBSD)
       // 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
     }
