Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 6db0b9d60e8f2a394fb3a15a47d08dbf70b4ee02..9c0c37a3aef260aa0469a0413da5c42bfcd4921e 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -363,6 +363,10 @@ IPC_MESSAGE_ROUTED0(FrameMsg_DeleteProxy) |
IPC_MESSAGE_ROUTED1(FrameMsg_TextSurroundingSelectionRequest, |
size_t /* max_length */) |
+// Tells the renderer to insert a link to the specified stylesheet. This is |
+// needed to support navigation transitions. |
+IPC_MESSAGE_ROUTED1(FrameMsg_AddStyleSheetByURL, std::string) |
+ |
// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |