| Index: chrome/app/nacl_fork_delegate_linux.h
|
| diff --git a/chrome/app/nacl_fork_delegate_linux.h b/chrome/app/nacl_fork_delegate_linux.h
|
| index c238109a9062b991629442702636242de60d4e9f..de1e7c4684dd8840c0b0e11b67a469ba977175ef 100644
|
| --- a/chrome/app/nacl_fork_delegate_linux.h
|
| +++ b/chrome/app/nacl_fork_delegate_linux.h
|
| @@ -22,7 +22,7 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
|
| NaClForkDelegate();
|
| virtual ~NaClForkDelegate();
|
|
|
| - virtual void Init(int browserdesc, int sandboxdesc) OVERRIDE;
|
| + virtual void Init(int sandboxdesc) OVERRIDE;
|
| virtual void InitialUMA(std::string* uma_name,
|
| int* uma_sample,
|
| int* uma_boundary_value) OVERRIDE;
|
|
|