Chromium Code Reviews
DescriptionWifiDataProviderChromeOs: Call NetworkHandler from correct task runner.
At some point, WifiDataProviderChromeOs construction changed to the
GeolocationProviderImpl thread, making the following code in its
constructor incorrect:
main_task_runner_(base::ThreadTaskRunnerHandle::Get())
Rather than relying on a "main" task runner for NetworkHandger calls,
use NetworkHandler::Get()->task_runner() instead.
BUG=674153, 661304
Committed: https://crrev.com/43c6a582d94fe6ec49330636c819601650f63a24
Cr-Commit-Position: refs/heads/master@{#439253}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Explicitly include network_handler.h #
Total comments: 4
Patch Set 3 : Rebase + Elim unnecessary headers #
Messages
Total messages: 15 (7 generated)
|
||||||||||||||||||||||||||||