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

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

Issue 2711363003: Use DidFinishNavigation callback in LanguageDetectionController. (Closed)
Patch Set: Removed unused method 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 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).
« no previous file with comments | « ios/web/public/test/fakes/crw_test_web_state_observer.mm ('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