| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 9a2ad063ed439294aa799f66aa4f61a7a3c282c0..69890b740ff71271e5b13bb27b4ca03c5f63eb47 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.
|
|
|