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

Unified Diff: content/browser/browser_main_loop.cc

Issue 1538613002: fix some obsolete code.google.com sandbox links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/test/data/webui/sandboxstatus_browsertest.js ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index b5745961efc4ecf17bd2bd6cd5883a492d5be3da..4675b444d13b66250b238586cbc4514a5165aa89 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -203,7 +203,7 @@ void SetupSandbox(const base::CommandLine& parsed_command_line) {
static const char no_suid_error[] =
"Running without the SUID sandbox! See "
- "https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment "
+ "https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md "
"for more information on developing with the sandbox on.";
if (want_setuid_sandbox) {
sandbox_binary = setuid_sandbox_host->GetSandboxBinaryPath();
« no previous file with comments | « chrome/test/data/webui/sandboxstatus_browsertest.js ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698