| 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>");
|
|
|
|
|