Index: content/browser/zygote_host/zygote_communication_linux.h |
diff --git a/content/browser/zygote_host/zygote_communication_linux.h b/content/browser/zygote_host/zygote_communication_linux.h |
index 5bb80962129ddedae12903142549f358388a2be0..2766618a9368db22894adf29ca8253561bd9c3fd 100644 |
--- a/content/browser/zygote_host/zygote_communication_linux.h |
+++ b/content/browser/zygote_host/zygote_communication_linux.h |
@@ -83,7 +83,6 @@ class CONTENT_EXPORT ZygoteCommunication { |
base::Lock child_tracking_lock_; |
int sandbox_status_; |
bool have_read_sandbox_status_word_; |
- bool use_suid_sandbox_for_adj_oom_score_; |
// Set to true when the zygote is initialized successfully. |
bool init_; |
}; |