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

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.h

Issue 180113003: Prepare for per frame did{Start,Stop}Loading calls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/shell/renderer/test_runner/WebTestProxy.h
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
index 111cb1013de0193dcc8671154c81b424b8aa76fa..88639c74abb6c4147ed2bdb40e23830b208dd4f7 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.h
+++ b/content/shell/renderer/test_runner/WebTestProxy.h
@@ -309,10 +309,10 @@ public:
WebTestProxyBase::setStatusText(text);
Base::setStatusText(text);
}
- virtual void didStopLoading()
+ virtual void didStopLoading(blink::WebFrame* frame)
{
WebTestProxyBase::didStopLoading();
- Base::didStopLoading();
+ Base::didStopLoading(frame);
}
virtual void showContextMenu(blink::WebFrame* frame, const blink::WebContextMenuData& contextMenuData)
{
« content/renderer/load_progress_tracker.cc ('K') | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698