Skip to content

Commit

Permalink
Revert "Poll device list during long initial commits procedure #17077" (
Browse files Browse the repository at this point in the history
#21746)

This fixes crash at BraveSyncerDevicePoll

fixes brave/brave-browser#35554
  • Loading branch information
AlexeyBarabash authored Jan 29, 2024
1 parent c824e91 commit 224c58b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 177 deletions.
32 changes: 0 additions & 32 deletions chromium_src/components/sync/engine/syncer.cc

This file was deleted.

6 changes: 2 additions & 4 deletions components/sync/engine/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
source_set("unit_tests") {
testonly = true

sources = [
"//brave/components/sync/engine/brave_model_type_worker_unittest.cc",
"//brave/components/sync/engine/brave_syncer_device_poll_unittest.cc",
]
sources =
[ "//brave/components/sync/engine/brave_model_type_worker_unittest.cc" ]

deps = [
"//base",
Expand Down
42 changes: 0 additions & 42 deletions components/sync/engine/brave_syncer_device_poll.cc

This file was deleted.

36 changes: 0 additions & 36 deletions components/sync/engine/brave_syncer_device_poll.h

This file was deleted.

49 changes: 0 additions & 49 deletions components/sync/engine/brave_syncer_device_poll_unittest.cc

This file was deleted.

2 changes: 0 additions & 2 deletions components/sync/engine/sources.gni
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ brave_components_sync_engine_sources = [
"//brave/components/sync/engine/brave_sync_manager_impl.h",
"//brave/components/sync/engine/brave_sync_server_commands.cc",
"//brave/components/sync/engine/brave_sync_server_commands.h",
"//brave/components/sync/engine/brave_syncer_device_poll.cc",
"//brave/components/sync/engine/brave_syncer_device_poll.h",
]
12 changes: 0 additions & 12 deletions patches/components-sync-engine-syncer.cc.patch

This file was deleted.

0 comments on commit 224c58b

Please sign in to comment.