Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1138)

Unified Diff: content/browser/frame_host/render_frame_host_manager_unittest.cc

Issue 2741313002: Renamed WasWithinSamePage to WasWithinSameDocument. (Closed)
Patch Set: Addressed review comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/render_frame_host_manager_unittest.cc
diff --git a/content/browser/frame_host/render_frame_host_manager_unittest.cc b/content/browser/frame_host/render_frame_host_manager_unittest.cc
index 1c7e61c9aa672e879fb6ab4dc8f21d08b1df06f6..11c868dc4d0115700de323ae92c4ad04e854df5e 100644
--- a/content/browser/frame_host/render_frame_host_manager_unittest.cc
+++ b/content/browser/frame_host/render_frame_host_manager_unittest.cc
@@ -1193,7 +1193,7 @@ TEST_F(RenderFrameHostManagerTest, PageDoesBackAndReload) {
params.transition = ui::PAGE_TRANSITION_CLIENT_REDIRECT;
params.should_update_history = false;
params.gesture = NavigationGestureAuto;
- params.was_within_same_page = false;
+ params.was_within_same_document = false;
params.method = "GET";
params.page_state = PageState::CreateFromURL(kUrl2);
@@ -2767,7 +2767,7 @@ TEST_F(RenderFrameHostManagerTest, CanCommitOrigin) {
params.transition = ui::PAGE_TRANSITION_LINK;
params.should_update_history = false;
params.gesture = NavigationGestureAuto;
- params.was_within_same_page = false;
+ params.was_within_same_document = false;
params.method = "GET";
params.page_state = PageState::CreateFromURL(kUrlBar);
@@ -3077,7 +3077,7 @@ TEST_F(RenderFrameHostManagerTestWithSiteIsolation,
commit_params.transition = ui::PAGE_TRANSITION_AUTO_SUBFRAME;
commit_params.should_update_history = false;
commit_params.gesture = NavigationGestureAuto;
- commit_params.was_within_same_page = false;
+ commit_params.was_within_same_document = false;
commit_params.method = "GET";
commit_params.page_state = PageState::CreateFromURL(kUrl3);
commit_params.insecure_request_policy = blink::kLeaveInsecureRequestsAlone;
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/loader/resource_scheduler_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698