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

Unified Diff: content/browser/web_contents/web_contents_impl.h

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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 19f42c05bb0c622df80e99fc7f45a73ed59922d7..c4f908caa0ab8f497182e675f78b8041149cc7db 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -372,7 +372,7 @@ class CONTENT_EXPORT WebContentsImpl
void RenderFrameDeleted(RenderFrameHost* render_frame_host) override;
void DidStartLoading(RenderFrameHost* render_frame_host,
bool to_different_document) override;
- void DidStopLoading(RenderFrameHost* render_frame_host) override;
+ void DidStopLoading() override;
void SwappedOut(RenderFrameHost* render_frame_host) override;
void DidDeferAfterResponseStarted(
const TransitionLayerData& transition_data) override;
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698