Index: content/public/browser/utility_process_host.h |
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h |
index 1f027a8610b529c771ad28689c62c1d25fae6017..c39c76ebf2dff8595af5b669a9f7bbaedf3cc34d 100644 |
--- a/content/public/browser/utility_process_host.h |
+++ b/content/public/browser/utility_process_host.h |
@@ -61,6 +61,11 @@ class UtilityProcessHost : public IPC::Sender, |
// Make the process run without a sandbox. |
virtual void DisableSandbox() = 0; |
+#if defined(OS_WIN) |
+ // Make the process run elevated. |
+ virtual void ElevatePrivileges() = 0; |
+#endif |
+ |
// Returns information about the utility child process. |
virtual const ChildProcessData& GetData() = 0; |