aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc')
-rw-r--r--devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc b/devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc
new file mode 100644
index 000000000000..c538946f8eef
--- /dev/null
+++ b/devel/electron28/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc
@@ -0,0 +1,20 @@
+--- chrome/browser/supervised_user/supervised_user_navigation_observer.cc.orig 2023-08-10 01:48:36 UTC
++++ chrome/browser/supervised_user/supervised_user_navigation_observer.cc
+@@ -44,7 +44,7 @@
+ #include "chrome/browser/supervised_user/android/supervised_user_web_content_handler_impl.h"
+ #elif BUILDFLAG(IS_CHROMEOS)
+ #include "chrome/browser/supervised_user/chromeos/supervised_user_web_content_handler_impl.h"
+-#elif BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#elif BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ #include "chrome/browser/supervised_user/linux_mac_windows/supervised_user_web_content_handler_impl.h"
+ #endif
+
+@@ -64,7 +64,7 @@ std::unique_ptr<supervised_user::WebContentHandler> Cr
+ #elif BUILDFLAG(IS_ANDROID)
+ return std::make_unique<SupervisedUserWebContentHandlerImpl>(
+ web_contents, frame_id, navigation_id);
+-#elif BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#elif BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ return std::make_unique<SupervisedUserWebContentHandlerImpl>(
+ web_contents, frame_id, navigation_id);
+ #endif