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

Unified Diff: base/linux_util.h

Issue 283643004: Remove SCM_CREDENTIALS fallback code from breakpad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, fix off-by-one. Created 6 years, 7 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
« no previous file with comments | « no previous file | base/linux_util.cc » ('j') | base/linux_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/linux_util.h
diff --git a/base/linux_util.h b/base/linux_util.h
index b9ba56dfc970ce45173bf8706ec37bdb8f9ef38e..c6d50e67343e4b0e50036a2c406e56dede8e5211 100644
--- a/base/linux_util.h
+++ b/base/linux_util.h
@@ -26,13 +26,6 @@ BASE_EXPORT std::string GetLinuxDistro();
// Set the Linux Distro string.
BASE_EXPORT void SetLinuxDistro(const std::string& distro);
-// Return the inode number for the UNIX domain socket |fd|.
-BASE_EXPORT bool FileDescriptorGetInode(ino_t* inode_out, int fd);
-
-// Find the process which holds the given socket, named by inode number. If
-// multiple processes hold the socket, this function returns false.
-BASE_EXPORT bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
-
// For a given process |pid|, look through all its threads and find the first
// thread with /proc/[pid]/task/[thread_id]/syscall whose first N bytes matches
// |expected_data|, where N is the length of |expected_data|.
« no previous file with comments | « no previous file | base/linux_util.cc » ('j') | base/linux_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698