$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.8 2016/02/15 18:07:53 robert Exp $
--- chrome/common/chrome_switches.cc.orig.port	Mon Feb 15 07:30:08 2016
+++ chrome/common/chrome_switches.cc	Mon Feb 15 12:12:52 2016
@@ -1168,7 +1168,7 @@ const char kHelpShort[]                     = "h";
 const char kPasswordStore[]                 = "password-store";
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 // Triggers migration of user data directory to another directory
 // specified as a parameter. The migration is done under singleton lock,
 // and sanity checks are made to avoid corrupting the profile.
