diff options
Diffstat (limited to 'content/browser/zygote_main_linux.cc')
-rw-r--r-- | content/browser/zygote_main_linux.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc index bf72711..40f238c 100644 --- a/content/browser/zygote_main_linux.cc +++ b/content/browser/zygote_main_linux.cc @@ -99,9 +99,8 @@ static void SELinuxTransitionToTypeOrDie(const char* type) { // runs it. class Zygote { public: - explicit Zygote(int sandbox_flags, ZygoteForkDelegate* helper) - : sandbox_flags_(sandbox_flags), - helper_(helper) { + Zygote(int sandbox_flags, ZygoteForkDelegate* helper) + : sandbox_flags_(sandbox_flags), helper_(helper) { } bool ProcessRequests() { |