| Index: content/common/sandbox_linux/sandbox_linux.h
|
| diff --git a/content/common/sandbox_linux/sandbox_linux.h b/content/common/sandbox_linux/sandbox_linux.h
|
| index 0a80479799fdee11d9e12cbf641a954a464514aa..7ce723b37711d3df6f3710c93797a8052c9e1858 100644
|
| --- a/content/common/sandbox_linux/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_linux.h
|
| @@ -42,7 +42,7 @@ namespace content {
|
| class LinuxSandbox {
|
| public:
|
| // This is a list of sandbox IPC methods which the renderer may send to the
|
| - // sandbox host. See http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
|
| + // sandbox host. See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
|
| // This isn't the full list, values < 32 are reserved for methods called from
|
| // Skia.
|
| enum LinuxSandboxIPCMethods {
|
|
|