| 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 3ea59fa06ecf6646398d097c930e414d2dfd7d44..171cdffd451456cf7e83f8bc754587c660cfc393 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -91,7 +91,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.
|
| - void OnDidStartLoading();
|
| + void OnDidStartLoading(bool to_different_document);
|
|
|
| protected:
|
| friend class RenderFrameHostFactory;
|
|
|