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

Unified Diff: content/test/test_web_contents.h

Issue 2584513003: PlzNavigate: identify same-page browser-initiated navigation. (Closed)
Patch Set: Rebase. Created 3 years, 10 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_render_frame_host.cc ('k') | content/test/test_web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 34d42a2ac73449b45c39fe9d6e93e32a997a0b8f..1deb67a8404a98c6ba0b230a6c18820a0b97ef95 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -63,6 +63,15 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
const GURL& url,
const Referrer& referrer,
ui::PageTransition transition) override;
+ void TestDidNavigateWithSequenceNumber(RenderFrameHost* render_frame_host,
+ int nav_entry_id,
+ bool did_create_new_entry,
+ const GURL& url,
+ const Referrer& referrer,
+ ui::PageTransition transition,
+ bool was_within_same_page,
+ int item_sequence_number,
+ int document_sequence_number);
const std::string& GetSaveFrameHeaders() override;
// True if a cross-site navigation is pending.
« no previous file with comments | « content/test/test_render_frame_host.cc ('k') | content/test/test_web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698