summaryrefslogtreecommitdiff
path: root/chromium/content/browser/utility_process_host.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-09-23 16:06:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-09-24 11:41:55 +0000
commitbac1035f131c0b95b75fb39ffd1a39652843de9f (patch)
tree44839fddbea648d54e4be47bcfbe4a5979bacd29 /chromium/content/browser/utility_process_host.h
parent271a6c3487a14599023a9106329505597638d793 (diff)
downloadqtwebengine-chromium-bac1035f131c0b95b75fb39ffd1a39652843de9f.tar.gz
BASELINE: Update Chromium to 77.0.3865.98
Change-Id: Ice85979eb8b64af9a3c649d719bec6ea14ac3bf7 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/content/browser/utility_process_host.h')
-rw-r--r--chromium/content/browser/utility_process_host.h6
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 {