Chromium Code Reviews

Unified Diff: android_webview/browser/net/aw_url_request_context_getter.h

Issue 1448193002: [Android WebView] Get rid of secondary HttpNetworkSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the right HttpNetworkSessionParams type Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/net/aw_url_request_context_getter.h
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h
index 868a67019232113806594958bfdb1739b99407c4..b7411de186a3ecd5e96c03aef52c1c8937b07c3c 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -10,13 +10,11 @@
#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/content_browser_client.h"
-#include "net/http/http_network_session.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_job_factory.h"
namespace net {
class CookieStore;
-class HttpTransactionFactory;
class HttpUserAgentSettings;
class NetLog;
class ProxyConfigService;
@@ -68,8 +66,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter {
scoped_ptr<net::NetLog> net_log_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
- scoped_ptr<net::HttpNetworkSession> http_network_session_;
- scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
scoped_refptr<net::CookieStore> cookie_store_;
scoped_ptr<net::URLRequestJobFactory> job_factory_;
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_;
« no previous file with comments | « no previous file | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine