Browse Source

Move some of IOThread's command line logic to network_session_configurator.

https://codereview.chromium.org/2914893002
Aleksei Kuzmin 7 years ago
parent
commit
6ba372f9f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      brightray/browser/url_request_context_getter.cc

+ 1 - 0
brightray/browser/url_request_context_getter.cc

@@ -18,6 +18,7 @@
 #include "brightray/browser/net_log.h"
 #include "brightray/browser/network_delegate.h"
 #include "brightray/common/switches.h"
+#include "components/network_session_configurator/common/network_switches.h"
 #include "content/public/browser/browser_thread.h"
 #include "content/public/browser/cookie_store_factory.h"
 #include "content/public/common/content_switches.h"