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

Unified Diff: ios/web/web_state/ui/crw_wk_navigation_states.h

Issue 2672673002: Removed investigation CHECK from didCommitNavigation. (Closed)
Patch Set: Removed unused method Created 3 years, 11 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/ui/crw_wk_navigation_states.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_wk_navigation_states.h
diff --git a/ios/web/web_state/ui/crw_wk_navigation_states.h b/ios/web/web_state/ui/crw_wk_navigation_states.h
index 1059189fd6d7b35603f09954549cb38a709d7e4a..5005e4079924b2c0a3718d35fa3b5b653afdb28b 100644
--- a/ios/web/web_state/ui/crw_wk_navigation_states.h
+++ b/ios/web/web_state/ui/crw_wk_navigation_states.h
@@ -54,10 +54,6 @@ enum class WKNavigationState : int {
// last added navigation. Returns nil if there are no stored navigations.
- (WKNavigation*)lastAddedNavigation;
-// Returns state of the given navigation or WKNavigationState::NONE if
-// navigation does not exist.
-- (web::WKNavigationState)stateForNavigation:(WKNavigation*)navigation;
-
@end
#endif // IOS_WEB_WEB_STATE_UI_CRW_WK_NAVIGATION_STATES_H_
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/ui/crw_wk_navigation_states.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698