Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 898a482ee0ea44da305504c41fef220122f58c61..b326c5d428f020c391b8476f32541eebc2d6c541 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -892,6 +892,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. |