| Index: chrome/browser/utility_process_host.h
|
| diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h
|
| index fa8a9c6e11e385a4fec83313af8c6927b4b7145c..b8c8cffdd7828e6855a32c7124befc6ebdd76b1e 100644
|
| --- a/chrome/browser/utility_process_host.h
|
| +++ b/chrome/browser/utility_process_host.h
|
| @@ -116,8 +116,7 @@ class UtilityProcessHost : public BrowserChildProcessHost {
|
| DISALLOW_COPY_AND_ASSIGN(Client);
|
| };
|
|
|
| - UtilityProcessHost(ResourceDispatcherHost* rdh, Client* client,
|
| - BrowserThread::ID client_thread_id);
|
| + UtilityProcessHost(Client* client, BrowserThread::ID client_thread_id);
|
| virtual ~UtilityProcessHost();
|
|
|
| // Start a process to unpack the extension at the given path. The process
|
|
|