Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 2fd20c73e8fe3aa5399080592840662843f2d24d..e778c96d7a39005357f2c38ab5469b3811ea8722 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -359,6 +359,13 @@ IPC_MESSAGE_ROUTED1(FrameMsg_DidEndColorChooser, unsigned) |
IPC_MESSAGE_ROUTED0(FrameMsg_DeleteProxy) |
// ----------------------------------------------------------------------------- |
+// Messages sent from the browser to the renderer to support navigation |
+// transitions. |
+ |
+// Tells the renderer to insert a link to the specified stylesheet. |
+IPC_MESSAGE_ROUTED1(FrameMsg_AddStyleSheetByURL, std::string) |
+ |
+// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |
// Blink and JavaScript error messages to log to the console |