aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc')
-rw-r--r--www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc b/www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc
new file mode 100644
index 000000000000..2f292859d16f
--- /dev/null
+++ b/www/chromium/files/patch-components_autofill__assistant_browser_client__context.cc
@@ -0,0 +1,11 @@
+--- components/autofill_assistant/browser/client_context.cc.orig 2022-06-17 14:20:10 UTC
++++ components/autofill_assistant/browser/client_context.cc
+@@ -20,7 +20,7 @@ ClientContextImpl::ClientContextImpl(const Client* cli
+ proto_.set_platform_type(ClientContextProto::PLATFORM_TYPE_ANDROID);
+ #endif
+ #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
+- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA)
++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
+ proto_.set_platform_type(ClientContextProto::PLATFORM_TYPE_DESKTOP);
+ #endif
+