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

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

Issue 1532423003: Have each SandboxedProcessLauncherDelegate maintain a zygote. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fetch sandbox status 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
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 5d5a3328e9f35784e87ec10941fb2a0027597af1..463870a2ee087182207cd707322aceb92b0c45fd 100644
--- a/chrome/browser/ui/webui/about_ui.cc
+++ b/chrome/browser/ui/webui/about_ui.cc
@@ -741,7 +741,8 @@ std::string AboutSandbox() {
data.append("</h1>");
// Get expected sandboxing status of renderers.
- const int status = content::ZygoteHost::GetInstance()->GetSandboxStatus();
+ const int status =
+ content::ZygoteHost::GetInstance()->GetRendererSandboxStatus();
data.append("<table>");

Powered by Google App Engine
This is Rietveld 408576698