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

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

Issue 2711843002: Removed TODO(crbug.com/677354). (Closed)
Patch Set: Removed extra DCHECK 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 | « no previous file | no next file » | 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.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 59f1c6de5aa93ce405a7cf3bc9f8c6a432bb8023..bde1dacbdca281e6255526fe32c450c6f56ffd84 100644
--- a/ios/web/web_state/ui/crw_wk_navigation_states.mm
+++ b/ios/web/web_state/ui/crw_wk_navigation_states.mm
@@ -69,9 +69,7 @@
- (void)setState:(web::WKNavigationState)state
forNavigation:(WKNavigation*)navigation {
if (!navigation) {
- // WKWebView may call WKNavigationDelegate callbacks with nil
- // |WKNavigation|. TODO(crbug.com/677354): Remove this once WKWebView bug
- // is fixed.
+ // WKWebView may call WKNavigationDelegate callbacks with nil.
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698