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

Unified Diff: base/linux_util.h

Issue 10807059: Refactor the setuid sandbox client code to its own class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer's comments and other minor nits. Created 8 years, 5 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') | no next file with comments »
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 3009a655c45873b33422bca4bcb9c5484effe3fb..b9ba56dfc970ce45173bf8706ec37bdb8f9ef38e 100644
--- a/base/linux_util.h
+++ b/base/linux_util.h
@@ -16,11 +16,6 @@ namespace base {
BASE_EXPORT extern const char kFindInodeSwitch[];
-// This should be kept in sync with sandbox/linux/suid/sandbox.c
-BASE_EXPORT extern const long kSUIDSandboxApiNumber;
-BASE_EXPORT extern const char kSandboxEnvironmentApiRequest[];
-BASE_EXPORT extern const char kSandboxEnvironmentApiProvides[];
-
// This is declared here so the crash reporter can access the memory directly
// in compromised context without going through the standard library.
BASE_EXPORT extern char g_linux_distro[];
« no previous file with comments | « no previous file | base/linux_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698