summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/render_frame_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/render_frame_host_impl.h')
-rw-r--r--content/browser/frame_host/render_frame_host_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 483783e..5d4951a 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -140,9 +140,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
// TODO(nasko): This method is public so RenderViewHostImpl::Navigate can
// call it directly. It should be made private once Navigate moves here.
- // |to_different_document| will be true unless the load is a fragment
- // navigation, or triggered by history.pushState/replaceState.
- void OnDidStartLoading(bool to_different_document);
+ void OnDidStartLoading();
// Sends the given navigation message. Use this rather than sending it
// yourself since this does the internal bookkeeping described below. This