[ios] Added WebState::GetLoadingProgress web// API.
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}
Showing
Please register or sign in to comment