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

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

Issue 222973003: Conversion of content_shell target to use WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some TODOs Created 6 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/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 87ae5b9c80ee639ea01ea3a9c7f9ca524ebd853c..1f40e998e738887e077a127e81bfacce4f377b74 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -119,7 +119,8 @@ class RenderViewTest : public testing::Test {
// These are all methods from RenderViewImpl that we expose to testing code.
bool OnMessageReceived(const IPC::Message& msg);
- void DidNavigateWithinPage(blink::WebFrame* frame, bool is_new_navigation);
+ void DidNavigateWithinPage(blink::WebLocalFrame* frame,
+ bool is_new_navigation);
void SendContentStateImmediately();
blink::WebWidget* GetWebWidget();

Powered by Google App Engine
This is Rietveld 408576698