aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc
blob: 1935513023ca6b33c22f83a33f0f4ccb6a230d20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/sync/device_info_sync_client_impl.cc.orig	2025-04-22 20:15:27 UTC
+++ chrome/browser/sync/device_info_sync_client_impl.cc
@@ -34,7 +34,7 @@ std::string DeviceInfoSyncClientImpl::GetSigninScopedD
 std::string DeviceInfoSyncClientImpl::GetSigninScopedDeviceId() const {
 // Since the local sync backend is currently only supported on Windows, Mac and
 // Linux don't even check the pref on other os-es.
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   syncer::SyncPrefs prefs(profile_->GetPrefs());
   if (prefs.IsLocalSyncEnabled()) {
     return "local_device";