| Index: content/public/common/sandbox_init.h
|
| ===================================================================
|
| --- content/public/common/sandbox_init.h (revision 163460)
|
| +++ content/public/common/sandbox_init.h (working copy)
|
| @@ -67,7 +67,7 @@
|
| // If the |sandbox_type| isn't one of the ones defined by content then the
|
| // embedder is queried using ContentClient::GetSandboxPolicyForSandboxType().
|
| // The embedder can use values for |sandbox_type| starting from
|
| -// content::sandbox::SANDBOX_PROCESS_TYPE_AFTER_LAST_TYPE.
|
| +// sandbox::SANDBOX_PROCESS_TYPE_AFTER_LAST_TYPE.
|
| //
|
| // Returns true if the sandbox was initialized succesfully, false if an error
|
| // occurred. If process_type isn't one that needs sandboxing, no action is
|
|
|