| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2d73c2bc283af0c584d8a6fa7a49a2168e419bce..977ace33b03791f262eec131afacd2ca2fd42cff 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -957,6 +957,8 @@ const char kUtilityProcessAllowedDir[] = "utility-allowed-dir";
|
| // Allows MDns to access network in sandboxed process.
|
| const char kUtilityProcessEnableMDns[] = "utility-enable-mdns";
|
|
|
| +const char kUtilityProcessRunningElevated[] = "utility-run-elevated";
|
| +
|
| // 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.
|
|
|