blob: 07c580860fd4ab2605c5f766334b1a90e6f9ec2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/chrome_browser_main_linux.h.orig 2025-05-07 06:48:23 UTC
+++ chrome/browser/chrome_browser_main_linux.h
@@ -31,7 +31,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrows
// ChromeBrowserMainPartsPosix overrides.
void PostCreateMainMessageLoop() override;
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
void PostMainMessageLoopRun() override;
#endif
void PreProfileInit() override;
|