DescriptionFix a race in proxy_service_unittest.cc that was causing flakiness on purify build-bot.
The issue is that the test helper "SyncProxyService" is deleting the underlying ProxyService from the main thread, it should instead be deleted from IO thread.
Deleting from the main thread allows for a small window where deletion of ProxyService can begin while ProxyService::ProcessRequestsQueue() is still executing.
BUG=8738
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12523
Patch Set 1 #Patch Set 2 : Fix some lines > 80 characters #
Total comments: 7
Patch Set 3 : Address wtc's second batch of comments #Messages
Total messages: 4 (0 generated)
|