aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__paths.h
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-02-06 19:29:36 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-02-06 19:29:36 +0000
commit8d28aa8db0c717bef863b7a7630f48cf3870ffb1 (patch)
treeae8b6c930932585d45e586480457898519baa1ce /www/chromium/files/patch-chrome_common_chrome__paths.h
parente6deb13ae02980aee974916b1e5cd188e07aff92 (diff)
downloadports-8d28aa8db0c717bef863b7a7630f48cf3870ffb1.tar.gz
ports-8d28aa8db0c717bef863b7a7630f48cf3870ffb1.zip
Notes
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__paths.h')
-rw-r--r--www/chromium/files/patch-chrome_common_chrome__paths.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__paths.h b/www/chromium/files/patch-chrome_common_chrome__paths.h
index f765f38bcf26..9ccf153c2999 100644
--- a/www/chromium/files/patch-chrome_common_chrome__paths.h
+++ b/www/chromium/files/patch-chrome_common_chrome__paths.h
@@ -1,15 +1,15 @@
---- chrome/common/chrome_paths.h.orig 2016-05-11 19:02:17 UTC
+--- chrome/common/chrome_paths.h.orig 2017-01-26 00:49:09 UTC
+++ chrome/common/chrome_paths.h
-@@ -50,7 +50,7 @@ enum {
- DIR_USER_APPLICATIONS, // ~/Applications
- DIR_USER_LIBRARY, // ~/Library
+@@ -49,7 +49,7 @@ enum {
+ // to set policies for chrome. This directory
+ // contains subdirectories.
#endif
-#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \
+#if defined(OS_CHROMEOS) || ((defined(OS_LINUX) || defined(OS_BSD)) && defined(CHROMIUM_BUILD)) || \
defined(OS_MACOSX)
DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions
// on Chrome Mac and Chromium Linux.
-@@ -59,7 +59,7 @@ enum {
+@@ -58,7 +58,7 @@ enum {
// create it.
#endif
@@ -18,7 +18,7 @@
DIR_STANDALONE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension'
// definition manifest files that
// describe extensions which are to be
-@@ -117,7 +117,7 @@ enum {
+@@ -112,7 +112,7 @@ enum {
DIR_SUPERVISED_USER_INSTALLED_WHITELISTS, // Directory where sanitized
// supervised user whitelists are
// installed.