Index: content/browser/loader/navigation_resource_handler.cc |
diff --git a/content/browser/loader/navigation_resource_handler.cc b/content/browser/loader/navigation_resource_handler.cc |
index 94e046dbf0c74bf8044e6cd93484c3cab38563fa..b13efdb6d11e000b381bb759f6deeee8634d1901 100644 |
--- a/content/browser/loader/navigation_resource_handler.cc |
+++ b/content/browser/loader/navigation_resource_handler.cc |
@@ -71,7 +71,7 @@ bool NavigationResourceHandler::OnResponseStarted(ResourceResponse* response, |
// If the MimeTypeResourceHandler intercepted this request and converted it |
// into a download, it will still call OnResponseStarted and immediately |
- // cancel. Ignore the call; OnReadCompleted will happen shortly. |
+ // cancel. Ignore the call; OnResponseCompleted will happen shortly. |
// |
// TODO(davidben): Move the dispatch out of MimeTypeResourceHandler. Perhaps |
// all the way to the UI thread. Downloads, user certificates, etc., should be |