| 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.
|
|
|