| Index: chrome/browser/renderer_host/async_resource_handler.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/async_resource_handler.h (revision 11493)
|
| +++ chrome/browser/renderer_host/async_resource_handler.h (working copy)
|
| @@ -18,9 +18,9 @@
|
| class AsyncResourceHandler : public ResourceHandler {
|
| public:
|
| AsyncResourceHandler(ResourceDispatcherHost::Receiver* receiver,
|
| - int render_process_host_id,
|
| + int process_id,
|
| int routing_id,
|
| - base::ProcessHandle render_process,
|
| + base::ProcessHandle process_handle,
|
| const GURL& url,
|
| ResourceDispatcherHost* resource_dispatcher_host);
|
|
|
| @@ -45,9 +45,9 @@
|
|
|
| scoped_refptr<SharedIOBuffer> read_buffer_;
|
| ResourceDispatcherHost::Receiver* receiver_;
|
| - int render_process_host_id_;
|
| + int process_id_;
|
| int routing_id_;
|
| - base::ProcessHandle render_process_;
|
| + base::ProcessHandle process_handle_;
|
| ResourceDispatcherHost* rdh_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AsyncResourceHandler);
|
|
|