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

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: Fixed minor bug Created 5 years, 8 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..f4df0b669fc253134d1c9c9c1cf570d662f6ed6f 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
@@ -21,12 +21,14 @@ class DataReductionProxyIOData;
namespace net {
class NetLog;
+class URLRequestContextGetter;
}
// Constructs DataReductionProxyIOData suitable for use by ProfileImpl and
// 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