Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: components/nacl/zygote/nacl_fork_delegate_linux.h

Issue 897723005: Allow using the namespace sandbox in zygote host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back the flag check. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl/zygote/nacl_fork_delegate_linux.h
diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h
index ba79a7cf54706294dcc0082ac6bb8b0c2312bbfc..b0a2d19ae5c2348904443c2d048e6b1ed38c03c4 100644
--- a/components/nacl/zygote/nacl_fork_delegate_linux.h
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.h
@@ -36,7 +36,7 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
explicit NaClForkDelegate(bool nonsfi_mode);
~NaClForkDelegate() override;
- void Init(int sandboxdesc, bool enable_layer1_sandbox) override;
jln (very slow on Chromium) 2015/02/06 00:37:29 I added that to make it hard to have bugs such as
rickyz (no longer on Chrome) 2015/02/06 01:53:19 Done.
+ void Init(int sandboxdesc) override;
void InitialUMA(std::string* uma_name,
int* uma_sample,
int* uma_boundary_value) override;

Powered by Google App Engine
This is Rietveld 408576698