| Index: ppapi/proxy/ppapi_messages.h
 | 
| ===================================================================
 | 
| --- ppapi/proxy/ppapi_messages.h	(revision 136613)
 | 
| +++ ppapi/proxy/ppapi_messages.h	(working copy)
 | 
| @@ -209,8 +209,7 @@
 | 
|  
 | 
|  // Creates a channel to talk to a renderer. The plugin will respond with
 | 
|  // PpapiHostMsg_ChannelCreated.
 | 
| -IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel,
 | 
| -                     base::ProcessHandle /* host_process_handle */,
 | 
| +IPC_MESSAGE_CONTROL2(PpapiMsg_CreateChannel,
 | 
|                       int /* renderer_id */,
 | 
|                       bool /* incognito */)
 | 
|  
 | 
| 
 |