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

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

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
Index: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index a14e4ec1ef441d92b1fc0bc802620a5c64d28f0d..d1db03f671573296a0199046576c40e0968558da 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -169,9 +169,9 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
// These are all methods from RenderViewImpl that we expose to testing code.
bool OnMessageReceived(const IPC::Message& msg);
- void DidNavigateWithinPage(blink::WebLocalFrame* frame,
- bool is_new_navigation,
- bool content_initiated);
+ void OnSameDocumentNavigation(blink::WebLocalFrame* frame,
+ bool is_new_navigation,
+ bool content_initiated);
blink::WebWidget* GetWebWidget();
// Allows a subclass to override the various content client implementations.
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698