summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index a5a89c4..d96220d 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1460,4 +1460,8 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_MESSAGE_CONTROL1(UtilityHostMsg_UnpackWebResource_Failed,
std::string /* error_message, if any */)
+ // Sent by the renderer process to acknowledge receipt of a
+ // ViewMsg_CSSInsertRequest message and css has been inserted into the frame.
+ IPC_MESSAGE_ROUTED0(ViewHostMsg_OnCSSInserted)
+
IPC_END_MESSAGES(ViewHost)