aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-extensions_shell_browser_shell__browser__main__parts.cc
blob: 09ac8cc349521f5ad4425939a16d6da2a233bf7e (plain) (tree)
1
2
3
4
5
6
7
8
                                                                                       
                                                        
                                                                          


                                                        

                                                                                


                                                                            
--- extensions/shell/browser/shell_browser_main_parts.cc.orig	2022-02-28 16:54:41 UTC
+++ extensions/shell/browser/shell_browser_main_parts.cc
@@ -142,7 +142,7 @@ void ShellBrowserMainParts::PostCreateMainMessageLoop(
       switches::kAppShellAllowRoaming)) {
     network_controller_->SetCellularAllowRoaming(true);
   }
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   // app_shell doesn't need GTK, so the fake input method context can work.
   // See crbug.com/381852 and revision fb69f142.
   // TODO(michaelpg): Verify this works for target environments.