| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 125765)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy)
|
| @@ -314,15 +314,6 @@
|
| uint32 temp_socket_id) {
|
| }
|
|
|
| -bool MockPluginDelegate::AddNetworkListObserver(
|
| - webkit_glue::NetworkListObserver* observer) {
|
| - return false;
|
| -}
|
| -
|
| -void MockPluginDelegate::RemoveNetworkListObserver(
|
| - webkit_glue::NetworkListObserver* observer) {
|
| -}
|
| -
|
| int32_t MockPluginDelegate::ShowContextMenu(
|
| PluginInstance* instance,
|
| webkit::ppapi::PPB_Flash_Menu_Impl* menu,
|
|
|