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

Unified Diff: content/public/test/render_view_test.cc

Issue 2799093002: s/DidNavigateWithinPage/OnSameDocumentNavigation. (Closed)
Patch Set: Created 3 years, 8 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/public/test/render_view_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 4c37059ee78ddf257f41ea23529513bd2136d76a..15927007d1287c14e8e69bd7e406b12d24fab66d 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -600,9 +600,9 @@ bool RenderViewTest::OnMessageReceived(const IPC::Message& msg) {
return impl->OnMessageReceived(msg);
}
-void RenderViewTest::DidNavigateWithinPage(blink::WebLocalFrame* frame,
- bool is_new_navigation,
- bool content_initiated) {
+void RenderViewTest::OnSameDocumentNavigation(blink::WebLocalFrame* frame,
+ bool is_new_navigation,
+ bool content_initiated) {
RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_);
blink::WebHistoryItem item;
item.initialize();
« no previous file with comments | « content/public/test/render_view_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698