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

Unified Diff: sandbox/linux/suid/linux_util.h

Issue 10492006: Setuid sandbox API versioning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch return value logic in CheckAndExportApiVersion Created 8 years, 6 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/suid/linux_util.h
diff --git a/sandbox/linux/suid/linux_util.h b/sandbox/linux/suid/linux_util.h
index 72e3f009dabd5030206bafd3c018b708a5b2625e..df1f1cc780dd7831d4f2ed39b2105700315f4312 100644
--- a/sandbox/linux/suid/linux_util.h
+++ b/sandbox/linux/suid/linux_util.h
@@ -12,6 +12,7 @@
#include <sys/types.h>
static const char kFindInodeSwitch[] = "--find-inode";
+static const char kSuidSandboxGetApiSwitch[] = "--get-api";
// Find the process which holds the given socket, named by inode number. If
// multiple processes hold the socket, this function returns false.

Powered by Google App Engine
This is Rietveld 408576698