Index: content/public/common/zygote_fork_delegate_linux.h |
diff --git a/content/public/common/zygote_fork_delegate_linux.h b/content/public/common/zygote_fork_delegate_linux.h |
index b4aa5123eb84e2131a20b990de42fdb9bdb7c47d..c241aad77680bc70700c00212faee0f1391b16eb 100644 |
--- a/content/public/common/zygote_fork_delegate_linux.h |
+++ b/content/public/common/zygote_fork_delegate_linux.h |
@@ -25,9 +25,7 @@ class ZygoteForkDelegate { |
// Initialization happens in the zygote after it has been |
// started by ZygoteMain. |
- virtual void Init(bool sandboxed, |
- int browserdesc, |
- int sandboxdesc) = 0; |
+ virtual void Init(int browserdesc, int sandboxdesc) = 0; |
// After Init, supply a UMA_HISTOGRAM_ENUMERATION the delegate |
// would like to supply on the first fork. |