From 740922cc2d7a9b90956d2cf7923c996d79e98a2a Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 17 Oct 2018 19:28:27 +0200 Subject: Add proxy switches handling This change adds switches for proxy: https://www.chromium.org/developers/design-documents/network-settings [ChangeLog] Uses proxy switches for initial proxy configuration Fixes: QTBUG-71229 Change-Id: I1bc02f20c20d737234c650a18f0e0f7c1c63a464 Reviewed-by: Allan Sandfeld Jensen --- src/core/web_engine_context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/web_engine_context.h') diff --git a/src/core/web_engine_context.h b/src/core/web_engine_context.h index ad02ddf4d..4dc5251cc 100644 --- a/src/core/web_engine_context.h +++ b/src/core/web_engine_context.h @@ -47,6 +47,7 @@ namespace base { class RunLoop; +class CommandLine; } namespace content { @@ -95,6 +96,7 @@ public: void addProfileAdapter(ProfileAdapter *profileAdapter); void removeProfileAdapter(ProfileAdapter *profileAdapter); void destroy(); + static base::CommandLine* commandLine(); static gpu::SyncPointManager *syncPointManager(); -- cgit v1.2.3