| Index: ppapi/proxy/ppapi_proxy_test.h
 | 
| ===================================================================
 | 
| --- ppapi/proxy/ppapi_proxy_test.h	(revision 136613)
 | 
| +++ ppapi/proxy/ppapi_proxy_test.h	(working copy)
 | 
| @@ -114,6 +114,10 @@
 | 
|      // ProxyChannel::Delegate implementation.
 | 
|      virtual base::MessageLoopProxy* GetIPCMessageLoop() OVERRIDE;
 | 
|      virtual base::WaitableEvent* GetShutdownEvent() OVERRIDE;
 | 
| +    virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
 | 
| +        base::PlatformFile handle,
 | 
| +        const IPC::SyncChannel& /* channel */,
 | 
| +        bool should_close_source) OVERRIDE;
 | 
|  
 | 
|      // PluginDispatcher::PluginDelegate implementation.
 | 
|      virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet() OVERRIDE;
 | 
| @@ -189,6 +193,10 @@
 | 
|      // ProxyChannel::Delegate implementation.
 | 
|      virtual base::MessageLoopProxy* GetIPCMessageLoop();
 | 
|      virtual base::WaitableEvent* GetShutdownEvent();
 | 
| +    virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
 | 
| +        base::PlatformFile handle,
 | 
| +        const IPC::SyncChannel& /* channel */,
 | 
| +        bool should_close_source) OVERRIDE;
 | 
|  
 | 
|     private:
 | 
|      base::MessageLoopProxy* ipc_message_loop_;  // Weak
 | 
| 
 |