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

Unified Diff: chrome/browser/zygote_host_linux.h

Issue 467058: Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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: chrome/browser/zygote_host_linux.h
===================================================================
--- chrome/browser/zygote_host_linux.h (revision 34180)
+++ chrome/browser/zygote_host_linux.h (working copy)
@@ -55,6 +55,8 @@
int control_fd_; // the socket to the zygote
pid_t pid_;
bool init_;
+ bool using_suid_sandbox_;
+ std::string sandbox_binary_;
};
#endif // CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698