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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_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 separate class. Addressed comments. 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: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
index d39c0a13da77332228f31cd5ca6b7eb328fde9a8..c5040080923b0de25faecb264f044278b30f8e41 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
@@ -7,6 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "net/url_request/url_request_context_getter.h"
sclittle 2015/04/02 00:06:58 Could this just be a forward declaration instead?
tbansal1 2015/04/02 23:21:18 Done.
class DataReductionProxyChromeConfigurator;
class PrefService;
@@ -27,6 +28,7 @@ class NetLog;
// ProfileImplIOData.
scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
CreateDataReductionProxyChromeIOData(
+ net::URLRequestContextGetter* request_context_getter,
net::NetLog* net_log,
PrefService* prefs,
const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_runner,

Powered by Google App Engine
This is Rietveld 408576698