Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h

Issue 981633002: Created new URLRequestContext for secure proxy check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved secure proxy check to DRPConfig Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
index 5fbd0adaf5c39aedff439f20d297518d7da8b0d2..b66f0e3ad4cbe1f52ba68afe5effc5cf74b4fdc4 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
@@ -12,9 +12,11 @@
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h"
+#include "net/url_request/url_request_context_getter.h"
sclittle 2015/03/20 19:28:46 Unnecessary include.
tbansal1 2015/04/01 19:58:59 Done.
namespace net {
class NetLog;
+class URLRequestContextGetter;
class URLRequestInterceptor;
}
@@ -38,6 +40,7 @@ class DataReductionProxyIOData {
const Client& client,
int param_flags,
net::NetLog* net_log,
+ net::URLRequestContextGetter* request_context_getter,
sclittle 2015/03/20 19:28:46 I think the net::URLRequestContextGetter from the
tbansal1 2015/04/01 19:58:59 Right, GetRequestContext() can only be called on U
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
bool enable_quic);

Powered by Google App Engine
This is Rietveld 408576698