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

Unified Diff: content/browser/zygote_main_linux.cc

Issue 7574012: linux: undo the seccomp warning I recently added (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/zygote_main_linux.cc
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
index 55254f75b80aa5022379ced375c0f72720bc19fc..aa2d9f9168d3b5af04daafda3d926dacaf39c922 100644
--- a/content/browser/zygote_main_linux.cc
+++ b/content/browser/zygote_main_linux.cc
@@ -799,10 +799,7 @@ bool ZygoteMain(const MainFunctionParams& params,
"Seccomp sandbox. Running renderers with Seccomp "
"sandboxing disabled.";
} else {
- // TODO(evan): switch to VLOG once we shake out all the sandbox bugs.
- LOG(WARNING) << "Enabling experimental Seccomp sandbox; if you encounter "
- << "any problems, please try running with "
- << "--disable-seccomp-sandbox and file bugs.";
+ VLOG(1) << "Enabling experimental Seccomp sandbox.";
sandbox_flags |= ZygoteHost::kSandboxSeccomp;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698