| 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 41c58cdcf88b311bf7718fbdccd8015ef71b91f0..1fdbd52c671de2d0eb5c70d4bb8c9fa0ebb7867b 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -746,8 +746,7 @@
|
| data.append("</h1>");
|
|
|
| // Get expected sandboxing status of renderers.
|
| - const int status =
|
| - content::ZygoteHost::GetInstance()->GetRendererSandboxStatus();
|
| + const int status = content::ZygoteHost::GetInstance()->GetSandboxStatus();
|
|
|
| data.append("<table>");
|
|
|
|
|