Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index e7966a4f7decaee01b87ab73e1086116dc8cf120..02c4d84c51702254c5f6c2b8f3ac3dbc22a690a2 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1419,10 +1419,6 @@ IPC_MESSAGE_CONTROL2(PpapiPluginMsg_HostResolver_ResolveReply, |
// Platform Verification ------------------------------------------------------- |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PlatformVerification_Create) |
-IPC_MESSAGE_CONTROL0(PpapiHostMsg_PlatformVerification_CanChallengePlatform) |
-IPC_MESSAGE_CONTROL1( |
- PpapiHostMsg_PlatformVerification_CanChallengePlatformReply, |
- bool /* can_challenge_platform */) |
IPC_MESSAGE_CONTROL2(PpapiHostMsg_PlatformVerification_ChallengePlatform, |
std::string /* service_id */, |
std::vector<uint8_t> /* challenge */) |