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/wk_web_view_configuration_provider.mm

Issue 1423483004: Updated TODO(shreyasv) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/wk_web_view_configuration_provider.mm
diff --git a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
index 693b5184f85ac2bddcbe7b96edbd9c51acaa55b4..4cf76cb1934047865cacf731ed244e7a0dfcbcc1 100644
--- a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
+++ b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
@@ -187,7 +187,7 @@ void WKWebViewConfigurationProvider::Purge() {
// Make sure that no one retains configuration, router, processPool.
DCHECK(!weak_configuration);
DCHECK(!weak_router);
- // TODO(shreyasv): Enable this DCHECK (crbug.com/522672).
+ // TODO(crbug.com/522672): Enable this DCHECK.
// DCHECK(!weak_process_pool);
}

Powered by Google App Engine
This is Rietveld 408576698