Skip to content

Commit

Permalink
[WIP][cr133] Fix cycle for network_time_helper
Browse files Browse the repository at this point in the history
Chromium change:
https://chromium.googlesource.com/chromium/src/+/b65f07b411077dfec86703fc0f054c1bcb6a2b42

commit b65f07b411077dfec86703fc0f054c1bcb6a2b42
Author: Fergal Daly <[email protected]>
Date:   Mon Dec 9 07:52:38 2024 +0000

    When language detection is on, set up a binder on all render frames.

    This replaces the Chrome UI-Translate-specific binder when the flag is
    on.

    Bug: 354069716
    Fixed: 377615981
  • Loading branch information
cdesouza-chromium committed Dec 10, 2024
1 parent 3fef4e7 commit b4524b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/brave_sync/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ static_library("network_time_helper") {
"//components/network_time",
]

if (is_ios) {
deps += [ "//ios/web/public" ]
} else {
deps += [ "//content/public/browser" ]
}
# if (is_ios) {
# deps += [ "//ios/web/public" ]
# } else {
# deps += [ "//content/public/browser:browser_sources" ]
# }
}

source_set("p3a") {
Expand Down

0 comments on commit b4524b9

Please sign in to comment.