Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 50126) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -633,6 +633,12 @@ |
int /* total */, |
int /* complete */) |
+ // Notifies the renderer of an AppCache logging message. |
+ IPC_MESSAGE_CONTROL3(AppCacheMsg_LogMessage, |
+ int /* host_id */, |
+ int /* log_level */, |
+ std::string /* message */) |
+ |
// Notifies the renderer of the fact that AppCache access was blocked. |
IPC_MESSAGE_CONTROL1(AppCacheMsg_ContentBlocked, |
int /* host_id */) |