| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 38fbcf4d9ebf9d052ea1864e870059e7a47bbe26..e7a5c827414eb4c5bc51b4fefd717c8d0fe619b1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -597,6 +597,10 @@ const char kUtilityCmdPrefix[] = "utility-cmd-prefix";
|
| // Causes the process to run as a utility subprocess.
|
| const char kUtilityProcess[] = "utility";
|
|
|
| +// The utility process is sandboxed, with access to one directory. This flag
|
| +// specifies the directory that can be accessed.
|
| +const char kUtilityProcessAllowedDir[] = "utility-allowed-dir";
|
| +
|
| // Will add kWaitForDebugger to every child processes. If a value is passed, it
|
| // will be used as a filter to determine if the child process should have the
|
| // kWaitForDebugger flag passed on or not.
|
|
|