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..ff0a15deb9a78700f8e1e00f10e63dbbc86bd51a 100644 |
--- a/ios/web/public/web_state/web_state_observer.h |
+++ b/ios/web/public/web_state/web_state_observer.h |
@@ -80,14 +80,6 @@ class WebStateObserver { |
// Called when the interstitial is dismissed by the user. |
virtual void InterstitialDismissed() {} |
- // Called on URL hash change events. |
- // TODO(crbug.com/692331): Remove this method and use |DidFinishNavigation|. |
- virtual void UrlHashChanged() {} |
- |
- // Called on history state change events. |
- // TODO(crbug.com/692331): Remove this method and use |DidFinishNavigation|. |
- virtual void HistoryStateChanged() {} |
- |
// Notifies the observer that the page has made some progress loading. |
// |progress| is a value between 0.0 (nothing loaded) to 1.0 (page fully |
// loaded). |