aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc')
-rw-r--r--www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc b/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc
deleted file mode 100644
index c075e1c2a99c..000000000000
--- a/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- components/sync_device_info/device_info_sync_bridge.cc.orig 2020-03-16 18:40:31 UTC
-+++ components/sync_device_info/device_info_sync_bridge.cc
-@@ -456,11 +456,13 @@ void DeviceInfoSyncBridge::OnStoreCreated(
- return;
- }
-
-+#if !defined(OS_BSD)
- store_ = std::move(store);
-
- base::SysInfo::GetHardwareInfo(
- base::BindOnce(&DeviceInfoSyncBridge::OnHardwareInfoRetrieved,
- weak_ptr_factory_.GetWeakPtr()));
-+#endif
- }
-
- void DeviceInfoSyncBridge::OnHardwareInfoRetrieved(