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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 1011143002: Remove unused parameter in RenderFrameHostDelegate::DidStopLoading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unused_rvh
Patch Set: Rebase Created 5 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/browser/frame_host/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index f56fff2de7d0dc0c5b5d172dcb2e0be9bb19cd35..d2775a533ca3e3ae900991ba5fa572e91da9b4a0 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -855,7 +855,7 @@ void RenderFrameHostImpl::OnDidDropNavigation() {
// the spinner to start, even if the renderer didn't yet begin the load. If it
// turns out that the renderer dropped the navigation, we need to turn off the
// spinner.
- delegate_->DidStopLoading(this);
+ delegate_->DidStopLoading();
}
RenderWidgetHostImpl* RenderFrameHostImpl::GetRenderWidgetHost() {
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698