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

Unified Diff: content/browser/loader/navigation_resource_handler.cc

Issue 1323793002: PlzNavigate: add PDF viewer bypass hack to avoid crash. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698