Skip to content

Commit

Permalink
cef: add no-op apply_network_proxy call
Browse files Browse the repository at this point in the history
Not to forget.

Issue: #372

Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Dec 21, 2017
1 parent af2ae27 commit 0be655a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nuvolakit-runner/cef/CefEngine.vala
Expand Up @@ -65,6 +65,9 @@ public class CefEngine : WebEngine {
worker_data["LIBSOUP_MINOR"] = Soup.get_minor_version();
worker_data["LIBSOUP_MICRO"] = Soup.get_micro_version();

if (connection != null)
apply_network_proxy(connection);

session = new Drt.KeyValueMap();
register_ipc_handlers();
web_view = new CefGtk.WebView(web_context);
Expand Down

0 comments on commit 0be655a

Please sign in to comment.