| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index c20e6bd5656d752813bcb5d31c12cdcbdc862b7e..0d114c1a05883e94caed7154c39bed6cfe8c2170 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -429,7 +429,7 @@ void NavigationHandleImpl::CallDidCommitNavigationForTesting(const GURL& url) {
|
| params.searchable_form_encoding = std::string();
|
| params.did_create_new_entry = false;
|
| params.gesture = NavigationGestureUser;
|
| - params.was_within_same_page = false;
|
| + params.was_within_same_document = false;
|
| params.method = "GET";
|
| params.page_state = PageState::CreateFromURL(url);
|
| params.contents_mime_type = std::string("text/html");
|
|
|