| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 125765)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy)
|
| @@ -142,13 +142,6 @@
|
| virtual void TCPServerSocketAccept(uint32 real_socket_id);
|
| virtual void TCPServerSocketStopListening(uint32 real_socket_id,
|
| uint32 temp_socket_id);
|
| -
|
| - // Add/remove a network list observer.
|
| - virtual bool AddNetworkListObserver(
|
| - webkit_glue::NetworkListObserver* observer) OVERRIDE;
|
| - virtual void RemoveNetworkListObserver(
|
| - webkit_glue::NetworkListObserver* observer) OVERRIDE;
|
| -
|
| virtual int32_t ShowContextMenu(
|
| PluginInstance* instance,
|
| webkit::ppapi::PPB_Flash_Menu_Impl* menu,
|
|
|