| 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 ed7214fe7f1c15f62d2545f7dcab5378b17884cf..4d345af7976bb6644cec1cb0e9b1d6901b1194bc 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 the history state of the current page changed.
|
| void OnHistoryStateChanged();
|
|
|
| + // Notifies the observers that the render process was terminated.
|
| + void OnRenderProcessGone();
|
| +
|
| // Called when a script command is received.
|
| // Returns true if the command was handled.
|
| bool OnScriptCommandReceived(const std::string& command,
|
|
|