Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index a6f8f2ca319bf57908c814fece417aac95eeaafe..7e6543e6016888f756dd3f6a21b097ed8c387be6 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -422,6 +422,9 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_SupportsInterface, |
std::string /* interface_name */, |
bool /* result */) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_LogInterfaceUsage, |
+ int /* interface_hash */) |
+ |
#if !defined(OS_NACL) && !defined(NACL_WIN64) |
// Network state notification from the browser for implementing |
// PPP_NetworkState_Dev. |