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

Unified Diff: chrome/browser/ui/webui/about_ui.cc

Issue 758063005: Linux sandbox: report TSYNC status in chrome://sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/app/generated_resources.grd ('k') | content/common/sandbox_linux/sandbox_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/about_ui.cc
diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
index d0a279f0b121cd76e8b9187a283f0939fbd51dfc..26ef9fa580597c862c82e373ee84dba3fb82e646 100644
--- a/chrome/browser/ui/webui/about_ui.cc
+++ b/chrome/browser/ui/webui/about_ui.cc
@@ -889,6 +889,10 @@ std::string AboutSandbox() {
status & content::kSandboxLinuxSeccompBPF);
AboutSandboxRow(&data,
std::string(),
+ IDS_ABOUT_SANDBOX_SECCOMP_BPF_SANDBOX_TSYNC,
+ status & content::kSandboxLinuxSeccompTSYNC);
+ AboutSandboxRow(&data,
+ std::string(),
IDS_ABOUT_SANDBOX_YAMA_LSM,
status & content::kSandboxLinuxYama);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/common/sandbox_linux/sandbox_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698