| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 313f1923c2e2a757b1420d8053d66f403424a153..757fca83f1187c4cf073d920782a6e7536e4fbe2 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -99,7 +99,9 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // TODO(nasko): Those are page-level methods at this time and come from
|
| // WebViewClient. We should move them to be WebFrameClient calls and put
|
| // logic in the browser side to balance starts/stops.
|
| - void didStartLoading();
|
| + // |to_different_document| will be true unless the load is a fragment
|
| + // navigation, or triggered by history.pushState/replaceState.
|
| + void didStartLoading(bool to_different_document);
|
| void didStopLoading();
|
|
|
| #if defined(ENABLE_PLUGINS)
|
|
|