Chromium Code Reviews| Index: ios/web/public/test/fakes/test_web_state.h |
| diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h |
| index ba140e0124d6249f01b28ec2b1e236836dd50418..63003a3990f391cf8459acd101254b7f45ed2b4c 100644 |
| --- a/ios/web/public/test/fakes/test_web_state.h |
| +++ b/ios/web/public/test/fakes/test_web_state.h |
| @@ -87,6 +87,7 @@ class TestWebState : public WebState { |
| // Notifier for tests. |
| void OnPageLoaded(PageLoadCompletionStatus load_completion_status); |
| + void OnProvisionalNavigationStarted(const GURL& url); |
| private: |
| bool web_usage_enabled_; |