Chromium Code Reviews
        
  DescriptionFix a threading issue and modernize the use of scoped_refptr in the on-demand update checker.
The vector of delegates_ was previously being walked on the FILE
thread. This could lead to a crash if a new delegate were to be added on
the UI thread. Now, the driver bounces back to the UI thread to send
progress updates to the delegates.
Also changes the use of scoped_refptr to be up-to-date with current
style.
BUG=none
R=pmonette@chromium.org
Committed: https://crrev.com/4fe383ad8010911173d08a19baa3805d9d6f9269
Cr-Commit-Position: refs/heads/master@{#407726}
   
  Patch Set 1 #
 Dependent Patchsets: Messages
    Total messages: 16 (9 generated)
     
  
  
       | 
    ||||||||||||||||||||||||||||