| Index: ios/web/public/test/test_web_state.mm
|
| diff --git a/ios/web/public/test/test_web_state.mm b/ios/web/public/test/test_web_state.mm
|
| index 296cb885f84c2505e9cc6bbf5242233d9096c987..112885357fd008e7eb355f5a2a1e4653a8fab6ce 100644
|
| --- a/ios/web/public/test/test_web_state.mm
|
| +++ b/ios/web/public/test/test_web_state.mm
|
| @@ -103,6 +103,10 @@ bool TestWebState::IsLoading() const {
|
| return false;
|
| }
|
|
|
| +double TestWebState::GetLoadingProgress() const {
|
| + return 0.0;
|
| +}
|
| +
|
| bool TestWebState::IsBeingDestroyed() const {
|
| return false;
|
| }
|
|
|