| 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 b5f959bded4ad718b53c753d189e89fffb854522..ce8b2ae495b7e2c32ad298f8c3dd800d6596e94d 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -90,7 +90,7 @@
|
| BeginNavigationParams(method, headers.ToString(),
|
| LoadFlagFromNavigationType(navigation_type), false),
|
| entry.ConstructRequestNavigationParams(
|
| - navigation_start, controller->HasCommittedRealLoad(frame_tree_node),
|
| + navigation_start,
|
| controller->GetPendingEntryIndex() == -1,
|
| controller->GetIndexOfEntry(&entry),
|
| controller->GetLastCommittedEntryIndex(),
|
| @@ -113,7 +113,6 @@
|
| // TODO(clamy): See if the navigation start time should be measured in the
|
| // renderer and sent to the browser instead of being measured here.
|
| // TODO(clamy): The pending history list offset should be properly set.
|
| - // TODO(clamy): Set has_committed_real_load.
|
| RequestNavigationParams request_params;
|
| request_params.current_history_list_offset = current_history_list_offset;
|
| request_params.current_history_list_length = current_history_list_length;
|
|
|