• sczs's avatar
    [ios clean] Remove stop on Browser coordinator dealloc · b367bcc4
    sczs authored
    The previous code caused that dismissing the ToolMenu would dismiss the whole Tab
    (Toolbar+content view) and left the App in a corrupted state. (The coordinators were
    not stopped but their VC was dismissed).
    
    This is a temporary fix. Marq will submit a more robust solution to this problem later on.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2667873002
    Cr-Commit-Position: refs/heads/master@{#448040}
    b367bcc4
browser_coordinator.mm 4.21 KB