aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_web__applications_components_web__app__shortcut.h
blob: e0324196c5a9fe6b8a08eb2a0e2395145d6892a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/components/web_app_shortcut.h.orig	2021-09-24 18:36:37 UTC
+++ chrome/browser/web_applications/components/web_app_shortcut.h
@@ -39,7 +39,7 @@ struct ShortcutOverrideForTesting {
   base::FilePath startup;
 #elif defined(OS_MAC)
   base::FilePath chrome_apps_folder;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   base::FilePath desktop;
 #else
 #endif