Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 129dfc72066d4f43ac37d80dfdfd435594fc0b69..66803ce791fcf6343b5426f9520acdf33d65e55e 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -101,6 +101,8 @@ 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. |
+ // |to_different_document| will be true unless the load is a fragment |
+ // navigation, or triggered by history.pushState/replaceState. |
virtual void didStartLoading(bool to_different_document); |
virtual void didStopLoading(); |
virtual void didChangeLoadProgress(double load_progress); |