| Index: content/browser/browser_child_process_host.h
|
| diff --git a/content/browser/browser_child_process_host.h b/content/browser/browser_child_process_host.h
|
| index 7c48ab716ea9a2354923662b650005f4b22478cb..5136927a2a1a793af7701138ecedd42b298eb09d 100644
|
| --- a/content/browser/browser_child_process_host.h
|
| +++ b/content/browser/browser_child_process_host.h
|
| @@ -56,12 +56,6 @@ class BrowserChildProcessHost : public ChildProcessHost,
|
| };
|
|
|
| protected:
|
| - // DEPRECATED constructor. Do not use anymore. We are trying to eliminate
|
| - // using the default URLRequestContext.
|
| - BrowserChildProcessHost(
|
| - ChildProcessInfo::ProcessType type,
|
| - ResourceDispatcherHost* resource_dispatcher_host);
|
| -
|
| explicit BrowserChildProcessHost(ChildProcessInfo::ProcessType type);
|
|
|
| // Derived classes call this to launch the child process asynchronously.
|
|
|