| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index 4c168e95e7c800182c9d260d2d0051e1e6af3201..f7dff814a5971fcbe1ff3110a27f820f26978b66 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -207,6 +207,7 @@ void NavigationRequest::BeginNavigation() {
|
| Referrer::SanitizeForRequest(common_params_.url,
|
| common_params_.referrer),
|
| begin_params_.has_user_gesture, common_params_.transition, false,
|
| + begin_params_.load_flags & net::LOAD_PREFETCH,
|
| base::Bind(&NavigationRequest::OnStartChecksComplete,
|
| base::Unretained(this)));
|
| return;
|
|
|