| 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 94f061ad1f3236a509801b56c99981317f673394..ea76120d8ff8216315c158d4aaab79dd7174e1ed 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -87,7 +87,8 @@ scoped_ptr<NavigationRequest> NavigationRequest::CreateBrowserInitiated(
|
| scoped_ptr<NavigationRequest> navigation_request(new NavigationRequest(
|
| frame_tree_node,
|
| entry.ConstructCommonNavigationParams(dest_url, dest_referrer,
|
| - frame_entry, navigation_type),
|
| + frame_entry, navigation_type,
|
| + LOFI_UNSPECIFIED),
|
| BeginNavigationParams(method, headers.ToString(),
|
| LoadFlagFromNavigationType(navigation_type),
|
| false, // has_user_gestures
|
|
|