summaryrefslogtreecommitdiffstats
path: root/content/public/common/content_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r--content/public/common/content_switches.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 2d73c2b..977ace3 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.