| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index edc92ac38141b08acc677220cf1602a9750d55b7..6dd8044f90624338e32cb3bd866188abe5a849ff 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -120,7 +120,9 @@ 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.
|
| - void OnDidStartLoading();
|
| + // |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);
|
|
|
| // Sends the given navigation message. Use this rather than sending it
|
| // yourself since this does the internal bookkeeping described below. This
|
|
|