diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc b/www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc index ae3ed551aa51..7d707d576d69 100644 --- a/www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc +++ b/www/ungoogled-chromium/files/patch-extensions_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- extensions/shell/app/shell_main_delegate.cc.orig 2025-01-25 09:34:31 UTC +--- extensions/shell/app/shell_main_delegate.cc.orig 2025-09-10 13:22:16 UTC +++ extensions/shell/app/shell_main_delegate.cc -@@ -40,7 +40,7 @@ +@@ -31,7 +31,7 @@ #if BUILDFLAG(IS_WIN) #include "base/base_paths_win.h" #include "base/process/process_info.h" @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #elif BUILDFLAG(IS_MAC) #include "base/base_paths_mac.h" -@@ -60,7 +60,7 @@ base::FilePath GetDataPath() { +@@ -51,7 +51,7 @@ base::FilePath GetDataPath() { } base::FilePath data_dir; |