Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index f292d3c993531696f37a81346526e020019caf20..93ecb9d92547b54535986355bec128140a3bcf5a 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -252,7 +252,8 @@ IPC_MESSAGE_ROUTED5(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) |
+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. |