• eugenebut's avatar
    [ios] Added WebState::GetLoadingProgress web// API. · ec7db8a2
    eugenebut authored
    This API is necessary to remove loading progress code from Tab, which is
    currently stores the loading progress and provides it to Toolbar.
    Corresponding method does not exist in WebContents, because on Desktop
    the progress is not shown in UI and on Android progress is stored in
    WebContentsDelegateAndroid.
    
    BUG=None
    
    Review URL: https://codereview.chromium.org/1905393002
    
    Cr-Commit-Position: refs/heads/master@{#389887}
    ec7db8a2
web_state.h 10.3 KB