| Index: content/child/plugin_messages.h
|
| diff --git a/content/child/plugin_messages.h b/content/child/plugin_messages.h
|
| index c88fb078e249041d2ab7ac28d7bf42d03b1c59fd..c75972240ec082883f9cde7690e14ce0c4eef026 100644
|
| --- a/content/child/plugin_messages.h
|
| +++ b/content/child/plugin_messages.h
|
| @@ -78,11 +78,6 @@ IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_Paint,
|
| // plugin knows it can send more invalidates.
|
| IPC_MESSAGE_ROUTED0(PluginMsg_DidPaint)
|
|
|
| -// Gets the form value of the plugin instance synchronously.
|
| -IPC_SYNC_MESSAGE_ROUTED0_2(PluginMsg_GetFormValue,
|
| - base::string16 /* value */,
|
| - bool /* success */)
|
| -
|
| // Updates the plugin location.
|
| IPC_MESSAGE_ROUTED1(PluginMsg_UpdateGeometry,
|
| PluginMsg_UpdateGeometry_Param)
|
|
|