Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 36d6d8730faee63cfe81dcd6872f1eb1b7c9940f..c99a2764930b3c4426bd2b20825f6e15cb07e829 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -474,7 +474,6 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(ppapi::PpapiNaClPluginArgs) |
IPC_STRUCT_TRAITS_MEMBER(off_the_record) |
IPC_STRUCT_TRAITS_MEMBER(permissions) |
- IPC_STRUCT_TRAITS_MEMBER(keepalive_throttle_interval_milliseconds) |
IPC_STRUCT_TRAITS_MEMBER(switch_names) |
IPC_STRUCT_TRAITS_MEMBER(switch_values) |
IPC_STRUCT_TRAITS_END() |
@@ -963,10 +962,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(PpapiMsg_PnaclTranslatorLink, |
/* success status result */ |
bool) |
-// Reports to the browser that a plugin has been active. |
-IPC_MESSAGE_CONTROL0(PpapiHostMsg_Keepalive) |
-// ----------------------------------------------------------------------------- |
// These are from the plugin to the renderer. |
// Reply to PpapiMsg_CreateChannel. The handle will be NULL if the channel |