| Index: ios/web/web_state/web_state_impl.h
|
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
|
| index 4b7754ae69ad58cd33451082f61d7507576881a6..238b4bc2675b1fbbe1694d071ed41f242f6ba69c 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -94,6 +94,9 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| // Notifies the observers that navigation to error page did finish.
|
| void OnErrorPageNavigation(const GURL& url);
|
|
|
| + // Called when page title was changed.
|
| + void OnTitleChanged();
|
| +
|
| // Notifies the observers that the render process was terminated.
|
| void OnRenderProcessGone();
|
|
|
|
|