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

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

Issue 2875803002: Deprecated WebStateObserver::NavigationItemChanged. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32954ee09e0276f39ca02469b109c1e5f9fd1e9b..60829accb22df6538a07cca56501c0d139369965 100644
--- a/ios/web/public/web_state/web_state_observer.h
+++ b/ios/web/public/web_state/web_state_observer.h
@@ -38,7 +38,11 @@ class WebStateObserver {
// This method is invoked when committed navigation items have been pruned.
virtual void NavigationItemsPruned(size_t pruned_item_count) {}
- // This method is invoked when a navigation item has changed.
+ // This method is invoked either when NavigationItem's titile did change or
+ // when window.location.replace JavaScript API was called.
+ // DEPRECATED. Use |TitleWasSet| to listen for title changes and
+ // DidFinishNavigation for |window.location.replace|.
michaeldo 2017/05/10 21:54:06 s / DidFinishNavigation / |DidFinishNavigation| ?
Eugene But (OOO till 7-30) 2017/05/10 22:53:46 Done.
+ // TODO(crbug.com/720786): Remove this method.
virtual void NavigationItemChanged() {}
// This method is invoked when a new non-pending navigation item is created.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698