diff options
Diffstat (limited to 'www/chromium/files/patch-base_base__switches.cc')
-rw-r--r-- | www/chromium/files/patch-base_base__switches.cc | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/www/chromium/files/patch-base_base__switches.cc b/www/chromium/files/patch-base_base__switches.cc index c7fd2e4d641b..be1fb8bcdacd 100644 --- a/www/chromium/files/patch-base_base__switches.cc +++ b/www/chromium/files/patch-base_base__switches.cc @@ -1,17 +1,6 @@ ---- base/base_switches.cc.orig 2021-05-12 22:05:40 UTC +--- base/base_switches.cc.orig 2022-02-07 13:39:41 UTC +++ base/base_switches.cc -@@ -125,8 +125,8 @@ const char kDisableUsbKeyboardDetect[] = "disable - - // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. --#if defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \ -- !BUILDFLAG(IS_CHROMEOS_LACROS) -+#if defined(OS_BSD) || (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \ -+ !BUILDFLAG(IS_CHROMEOS_LACROS)) - // The /dev/shm partition is too small in certain VM environments, causing - // Chrome to fail or crash (see http://crbug.com/715363). Use this flag to - // work-around this issue (a temporary directory will always be used to create -@@ -161,7 +161,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria +@@ -170,7 +170,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria #endif |