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 b1a15236a59fea955f2ce8addd79f5272de6919a..fbc4613b2baa5a90db5cc68c22f9ad1984bc8149 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -89,8 +89,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
// The onload handler in the frame has completed. Only called for the top- |
// level frame. |
- virtual void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host, |
- int32 page_id) {} |
+ virtual void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host) {} |
// Return this object cast to a WebContents, if it is one. If the object is |
// not a WebContents, returns NULL. |