| Index: content/renderer/pepper/pepper_proxy_channel_delegate_impl.h
 | 
| ===================================================================
 | 
| --- content/renderer/pepper/pepper_proxy_channel_delegate_impl.h	(revision 136613)
 | 
| +++ content/renderer/pepper/pepper_proxy_channel_delegate_impl.h	(working copy)
 | 
| @@ -18,6 +18,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;
 | 
|  };
 | 
|  
 | 
|  }  // namespace content
 | 
| 
 |