diff options
Diffstat (limited to 'chrome/browser/nacl_host/nacl_process_host.h')
-rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h index 86bd614..e2b0c39 100644 --- a/chrome/browser/nacl_host/nacl_process_host.h +++ b/chrome/browser/nacl_host/nacl_process_host.h @@ -47,11 +47,6 @@ class NaClProcessHost : public BrowserChildProcessHost { virtual void OnProcessLaunched(); - // ResourceDispatcherHost::Receiver implementation: - virtual URLRequestContext* GetRequestContext( - uint32 request_id, - const ViewHostMsg_Resource_Request& request_data); - virtual bool CanShutdown(); #if defined(OS_WIN) |