Index: content/browser/utility_process_host_impl.h |
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h |
index dd663dd347c945a23ad0db23e621f0fb68d6343b..413dab0a9b52809ba564000997d63c92232b02f2 100644 |
--- a/content/browser/utility_process_host_impl.h |
+++ b/content/browser/utility_process_host_impl.h |
@@ -76,10 +76,8 @@ class CONTENT_EXPORT UtilityProcessHostImpl |
// Whether to pass switches::kNoSandbox to the child. |
bool no_sandbox_; |
-#if defined(OS_WIN) |
// Whether to launch the process with elevated privileges. |
bool run_elevated_; |
-#endif |
// Flags defined in ChildProcessHost with which to start the process. |
int child_flags_; |