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

Unified Diff: sandbox/linux/services/broker_process.h

Issue 229893002: Add unit test to check for broker FD leak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Be more explicit about allowing noisy tests 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: sandbox/linux/services/broker_process.h
diff --git a/sandbox/linux/services/broker_process.h b/sandbox/linux/services/broker_process.h
index b312b8f67ddaa9e2bd061a39285920b2520e3470..5a869011b74dacbebd3495be963ea0b8f8121ee4 100644
--- a/sandbox/linux/services/broker_process.h
+++ b/sandbox/linux/services/broker_process.h
@@ -60,6 +60,7 @@ class SANDBOX_EXPORT BrokerProcess {
int Open(const char* pathname, int flags) const;
int broker_pid() const { return broker_pid_; }
+ int ipc_socketpair() const { return ipc_socketpair_; }
private:
enum IPCCommands {
« no previous file with comments | « no previous file | sandbox/linux/services/broker_process_unittest.cc » ('j') | sandbox/linux/services/broker_process_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698