| 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 1fdbd52c671de2d0eb5c70d4bb8c9fa0ebb7867b..41c58cdcf88b311bf7718fbdccd8015ef71b91f0 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -746,7 +746,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>");
|
|
|
|
|