| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index fe3538f35a7dfe87d264b33aa72e1784ad7374b4..1f2d4a5e4220cba9f850477f4d96415e1850dd57 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -731,8 +731,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // This is called on the PROCESS_LAUNCHER thread before the renderer process
|
| // is launched. It gives the embedder a chance to add loosen the sandbox
|
| // policy.
|
| - virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy,
|
| - bool* success) {}
|
| + virtual bool PreSpawnRenderer(sandbox::TargetPolicy* policy);
|
|
|
| // Returns the AppContainer SID for the specified sandboxed process type, or
|
| // empty string if this sandboxed process type does not support living inside
|
|
|