| Index: chrome/plugin/webplugin_delegate_stub.cc
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.cc (revision 11111)
|
| +++ chrome/plugin/webplugin_delegate_stub.cc (working copy)
|
| @@ -95,7 +95,8 @@
|
| OnDidFinishManualLoading)
|
| IPC_MESSAGE_HANDLER(PluginMsg_DidManualLoadFail, OnDidManualLoadFail)
|
| IPC_MESSAGE_HANDLER(PluginMsg_InstallMissingPlugin, OnInstallMissingPlugin)
|
| - IPC_MESSAGE_HANDLER(PluginMsg_HandleURLRequestReply, OnHandleURLRequestReply)
|
| + IPC_MESSAGE_HANDLER(PluginMsg_HandleURLRequestReply,
|
| + OnHandleURLRequestReply)
|
| IPC_MESSAGE_HANDLER(PluginMsg_URLRequestRouted, OnURLRequestRouted)
|
| IPC_MESSAGE_UNHANDLED_ERROR()
|
| IPC_END_MESSAGE_MAP()
|
|
|