| Index: chrome/browser/utility_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/utility_process_host.cc (revision 69229)
|
| +++ chrome/browser/utility_process_host.cc (working copy)
|
| @@ -169,12 +169,6 @@
|
| return true;
|
| }
|
|
|
| -URLRequestContext* UtilityProcessHost::GetRequestContext(
|
| - uint32 request_id,
|
| - const ViewHostMsg_Resource_Request& request_data) {
|
| - return NULL;
|
| -}
|
| -
|
| void UtilityProcessHost::Client::OnMessageReceived(
|
| const IPC::Message& message) {
|
| IPC_BEGIN_MESSAGE_MAP(UtilityProcessHost, message)
|
|
|