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 8a45b4791c7b72d7167fdccbecb6714a07f4c944..57c87a326f67cdb28a3e741fec196dbc921ef58b 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"); |