• kelvinp's avatar
    [Webapp Refactor] Reliably cancels a connection. · e45afacc
    kelvinp authored
    Prior to this CL, clicking cancel on the connecting dialog simply
    returns the user to the home screen, without disconnecting the session or
    cleaning up any related resources.
    
    This CL provides a cleaner way to cancel a session with by implementing
    remoting.ConnectingDialog which calls stop() on the activity.
    
    BUG=477522
    
    Review URL: https://codereview.chromium.org/1101613003
    
    Cr-Commit-Position: refs/heads/master@{#326926}
    e45afacc
desktop_remoting_activity.js 4.64 KB