Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: ios/web/public/web_state/web_state_observer.h

Issue 2710913006: Removed -[CRWWebDelegate webController:titleDidChange:]. (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « ios/web/public/web_state/ui/crw_web_delegate.h ('k') | ios/web/public/web_state/web_state_observer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698