aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__chrome_switches.h
blob: c2b2942d9138e37ded983805eacf8cba1fbd0dd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/chrome_switches.h.orig	2014-10-10 09:15:30 UTC
+++ chrome/common/chrome_switches.h
@@ -362,7 +362,7 @@
 extern const char kPasswordStore[];
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(OS_CHROMEOS)
 extern const char kMigrateDataDirForSxS[];
 #endif