summaryrefslogtreecommitdiffstats
path: root/components/cronet/android/cronet_data_reduction_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/cronet/android/cronet_data_reduction_proxy.cc')
-rw-r--r--components/cronet/android/cronet_data_reduction_proxy.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/cronet/android/cronet_data_reduction_proxy.cc b/components/cronet/android/cronet_data_reduction_proxy.cc
index 360862fb..76321be 100644
--- a/components/cronet/android/cronet_data_reduction_proxy.cc
+++ b/components/cronet/android/cronet_data_reduction_proxy.cc
@@ -11,6 +11,7 @@
#include "base/single_thread_task_runner.h"
#include "components/cronet/android/cronet_in_memory_pref_store.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h"
+#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h"
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h"
@@ -106,6 +107,10 @@ CronetDataReductionProxy::CreateNetworkDelegate(
false /* No bypass UMA */);
}
+scoped_ptr<net::ProxyDelegate> CronetDataReductionProxy::CreateProxyDelegate() {
+ return io_data_->CreateProxyDelegate();
+}
+
scoped_ptr<net::URLRequestInterceptor>
CronetDataReductionProxy::CreateInterceptor() {
return io_data_->CreateInterceptor();