DescriptionFix race condition in WebstoreInstallHelper.
Before this CL, several member variables were accessed concurrently on the UI and IO threads. Fix this by using the SafeJsonParser helper class which handles the thread hopping, so that the WebstoreInstallHelper can live completely on the UI thread.
Committed: https://crrev.com/8457c218e1df6bf2789658cd9c6205c08c2f1d41
Cr-Commit-Position: refs/heads/master@{#332171}
Patch Set 1 #
Total comments: 3
Patch Set 2 : new and improved! #
Total comments: 3
Patch Set 3 : RefCounted non-ThreadSafe #Patch Set 4 : fix memleak #
Messages
Total messages: 17 (6 generated)
|