Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 8fd3a70f1d2eaaad4e43edb741afa44498e911ef..30af5abc02e67cf62d9915147e93317e9ea9b2c1 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -353,7 +353,10 @@ IPC_MESSAGE_ROUTED4(FrameHostMsg_DidFailLoadWithError, |
// Sent when the renderer starts loading the page. This corresponds to |
// Blink's notion of the throbber starting. Note that sometimes you may get |
// duplicates of these during a single load. |
-IPC_MESSAGE_ROUTED0(FrameHostMsg_DidStartLoading) |
+// |to_different_document| will be true unless the load is a fragment |
+// navigation, or triggered by history.pushState/replaceState. |
+IPC_MESSAGE_ROUTED1(FrameHostMsg_DidStartLoading, |
+ bool /* to_different_document */) |
// Sent when the renderer is done loading a page. This corresponds to Blink's |
// notion of the throbber stopping. |