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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index 7c61b7dcdea7bb74ce39d11208cd6f185e4cdf0c..56b563474e07c071f2f250fbf98e4b150b82258f 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
// The specified RenderFrame stopped loading a page. This corresponds to
// Blink's notion of the throbber stopping.
- virtual void DidStopLoading(RenderFrameHost* render_frame_host) {}
+ virtual void DidStopLoading() {}
// The RenderFrameHost has been swapped out.
virtual void SwappedOut(RenderFrameHost* render_frame_host) {}
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698