| Index: ios/web/public/test/fakes/test_web_state.mm
|
| diff --git a/ios/web/public/test/fakes/test_web_state.mm b/ios/web/public/test/fakes/test_web_state.mm
|
| index 8757e1490256ccae48359dc17069f320f2444e2b..8114e4146d02e8b5737ce1ce0297497b0602a42f 100644
|
| --- a/ios/web/public/test/fakes/test_web_state.mm
|
| +++ b/ios/web/public/test/fakes/test_web_state.mm
|
| @@ -162,6 +162,11 @@ void TestWebState::OnPageLoaded(
|
| observer.PageLoaded(load_completion_status);
|
| }
|
|
|
| +void TestWebState::OnProvisionalNavigationStarted(const GURL& url) {
|
| + for (auto& observer : observers_)
|
| + observer.ProvisionalNavigationStarted(url);
|
| +}
|
| +
|
| void TestWebState::SetCurrentURL(const GURL& url) {
|
| url_ = url;
|
| }
|
|
|