[Dial] Destroy DialAPI class on the UI thread
I do not have a local repro... As Derek mentioned, DialAPI is destroyed on the IO thread, but somehow referenced after deletion on the UI thread. Not quite sure how that could happen since it is scoped_refptr<DialAPI>. It might relate to delete RefCountedKeyedService on the IO thread. Tentatively fix it by destroying DialAPI instance on the UI thread. BUG=740489 Change-Id: I3e638c14a77ffa9c5726519571d25874a20cd5f0 Reviewed-on: https://chromium-review.googlesource.com/567025 Commit-Queue: Bin Zhao <zhaobin@chromium.org> Reviewed-by:mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#491241}
Showing
Please register or sign in to comment