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

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

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
Index: ios/web/web_state/ui/crw_wk_navigation_states.mm
diff --git a/ios/web/web_state/ui/crw_wk_navigation_states.mm b/ios/web/web_state/ui/crw_wk_navigation_states.mm
index 2f0a517513758b5fe5a9e4cd5ece5a6b10866722..f15ebc090b2be09e4d14de544cfdb69a13b89d03 100644
--- a/ios/web/web_state/ui/crw_wk_navigation_states.mm
+++ b/ios/web/web_state/ui/crw_wk_navigation_states.mm
@@ -105,9 +105,4 @@
return result;
}
-- (web::WKNavigationState)stateForNavigation:(WKNavigation*)navigation {
- CRWWKNavigationsStateRecord* record = [_records objectForKey:navigation];
- return record.state;
-}
-
@end
« no previous file with comments | « ios/web/web_state/ui/crw_wk_navigation_states.h ('k') | ios/web/web_state/ui/crw_wk_navigation_states_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698