diff options
Diffstat (limited to 'chromium/content/browser/utility_process_host.h')
-rw-r--r-- | chromium/content/browser/utility_process_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/content/browser/utility_process_host.h b/chromium/content/browser/utility_process_host.h index 8233364fdf6..e3417c485a9 100644 --- a/chromium/content/browser/utility_process_host.h +++ b/chromium/content/browser/utility_process_host.h @@ -117,9 +117,6 @@ class CONTENT_EXPORT UtilityProcessHost // the identity of the service being launched. void SetServiceIdentity(const service_manager::Identity& identity); - // Provides extra switches to append to the process's command line. - void SetExtraCommandLineSwitches(std::vector<std::string> switches); - // Returns a control interface for the running child process. mojom::ChildProcess* GetChildProcess(); @@ -164,9 +161,6 @@ class CONTENT_EXPORT UtilityProcessHost // service. base::Optional<service_manager::Identity> service_identity_; - // Extra command line switches to append. - std::vector<std::string> extra_switches_; - // Indicates whether the process has been successfully launched yet, or if // launch failed. enum class LaunchState { |