| Index: ios/web/web_state/web_state_impl.mm
|
| diff --git a/ios/web/web_state/web_state_impl.mm b/ios/web/web_state/web_state_impl.mm
|
| index 6e764ebc066390710fade245e34fd57d0197b8ad..d4026152f5eb6c6a3ee8761dacfc7d5bc9ebfc40 100644
|
| --- a/ios/web/web_state/web_state_impl.mm
|
| +++ b/ios/web/web_state/web_state_impl.mm
|
| @@ -200,6 +200,10 @@ bool WebStateImpl::IsLoading() const {
|
| return is_loading_;
|
| }
|
|
|
| +double WebStateImpl::GetLoadingProgress() const {
|
| + return [web_controller_ loadingProgress];
|
| +}
|
| +
|
| bool WebStateImpl::IsBeingDestroyed() const {
|
| return is_being_destroyed_;
|
| }
|
|
|