| Index: chrome/test/data/webui/sandboxstatus_browsertest.js
|
| diff --git a/chrome/test/data/webui/sandboxstatus_browsertest.js b/chrome/test/data/webui/sandboxstatus_browsertest.js
|
| index b3fe7d526fd107a19f4ff07622720dd9152f3466..a99993de85e23045c1fbc33820b56c68856a08be 100644
|
| --- a/chrome/test/data/webui/sandboxstatus_browsertest.js
|
| +++ b/chrome/test/data/webui/sandboxstatus_browsertest.js
|
| @@ -23,7 +23,7 @@ SandboxStatusUITest.prototype = {
|
| // - If failures of this test are a problem on a bot under your care,
|
| // the proper way to address such failures is to install the SUID
|
| // sandbox. See:
|
| -// http://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment
|
| +// https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md
|
| // - PLEASE DO NOT GLOBALLY DISABLE THIS TEST.
|
| // SUID sandbox is currently incompatible with AddressSanitizer,
|
| // see http://crbug.com/137653.
|
|
|