| Index: content/public/common/sandbox_type_mac.h
|
| diff --git a/content/public/common/sandbox_type_mac.h b/content/public/common/sandbox_type_mac.h
|
| index 4c7faaa756c84c4f715335d65d25d2a391649649..6f8a6f0e11f78448746bd6d97f3198b76f2570f5 100644
|
| --- a/content/public/common/sandbox_type_mac.h
|
| +++ b/content/public/common/sandbox_type_mac.h
|
| @@ -18,12 +18,6 @@ enum SandboxType {
|
|
|
| SANDBOX_TYPE_RENDERER = SANDBOX_TYPE_FIRST_TYPE,
|
|
|
| - // The worker process uses the most restrictive sandbox which has almost
|
| - // *everything* locked down. Only a couple of /System/Library/ paths and
|
| - // some other very basic operations (e.g., reading metadata to allow
|
| - // following symlinks) are permitted.
|
| - SANDBOX_TYPE_WORKER,
|
| -
|
| // Utility process is as restrictive as the worker process except full
|
| // access is allowed to one configurable directory.
|
| SANDBOX_TYPE_UTILITY,
|
|
|