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

Unified Diff: ios/web/web_state/web_state_impl.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
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_impl.h
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
index 4b7754ae69ad58cd33451082f61d7507576881a6..5d4f0e8959ec871a37dcd06b3a1bff535e2fbe85 100644
--- a/ios/web/web_state/web_state_impl.h
+++ b/ios/web/web_state/web_state_impl.h
@@ -82,12 +82,6 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
// Called when a navigation is committed.
void OnNavigationCommitted(const GURL& url);
- // Notifies the observers that the URL hash of the current page changed.
- void OnUrlHashChanged();
-
- // Notifies the observers that the history state of the current page changed.
- void OnHistoryStateChanged();
-
// Notifies the observers that same page navigation did finish.
void OnSamePageNavigation(const GURL& url);
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698