| Index: ios/web/public/web_state/web_state_observer.h
|
| diff --git a/ios/web/public/web_state/web_state_observer.h b/ios/web/public/web_state/web_state_observer.h
|
| index ff0a15deb9a78700f8e1e00f10e63dbbc86bd51a..bbf6da5b4234e01ef626b75e308ec4658d1a212b 100644
|
| --- a/ios/web/public/web_state/web_state_observer.h
|
| +++ b/ios/web/public/web_state/web_state_observer.h
|
| @@ -85,6 +85,9 @@ class WebStateObserver {
|
| // loaded).
|
| virtual void LoadProgressChanged(double progress) {}
|
|
|
| + // Called when the title of the WebState is set.
|
| + virtual void TitleWasSet() {}
|
| +
|
| // Called on form submission. |user_initiated| is true if the user
|
| // interacted with the page.
|
| virtual void DocumentSubmitted(const std::string& form_name,
|
|
|