| 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 62114a0a7ec21bd035970e1139b953551786f86d..e4df3f2f20fab8ec6b2e99408db6780411108f4b 100644
|
| --- a/ios/web/public/web_state/web_state_observer.h
|
| +++ b/ios/web/public/web_state/web_state_observer.h
|
| @@ -93,6 +93,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,
|
|
|