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

Unified Diff: content/test/test_web_contents.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
« no previous file with comments | « content/test/test_web_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents.cc
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index 4cfe82699ba10f377d85095828f75bf77cdb911d..4ad56612b987387316be9245542b9292c5cc42b3 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -131,7 +131,7 @@ void TestWebContents::TestDidNavigateWithSequenceNumber(
const GURL& url,
const Referrer& referrer,
ui::PageTransition transition,
- bool was_within_same_page,
+ bool was_within_same_document,
int item_sequence_number,
int document_sequence_number) {
TestRenderFrameHost* rfh =
@@ -161,7 +161,7 @@ void TestWebContents::TestDidNavigateWithSequenceNumber(
params.gesture = NavigationGestureUser;
params.method = "GET";
params.post_id = 0;
- params.was_within_same_page = was_within_same_page;
+ params.was_within_same_document = was_within_same_document;
params.http_status_code = 200;
params.url_is_unreachable = false;
if (item_sequence_number != -1 && document_sequence_number != -1) {
« no previous file with comments | « content/test/test_web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698