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

Unified Diff: content/browser/zygote_host/zygote_host_impl_linux.h

Issue 246653008: AdjustRendererOOMScore isn't execute in linux. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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: content/browser/zygote_host/zygote_host_impl_linux.h
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
index 08044fa5a888c5ee8667d0c01d0455bda2df0767..2497f30e1165ff6b80d5f20f53f2a272bebcfe39 100644
--- a/content/browser/zygote_host/zygote_host_impl_linux.h
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
bool known_dead,
int* exit_code);
+ bool UsingSUIDSandbox() const;
+
// ZygoteHost implementation:
virtual pid_t GetPid() const OVERRIDE;
virtual pid_t GetSandboxHelperPid() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698