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

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

Issue 881893004: Hook SetKeyOnIO in Webview to DataReductionProxyIOData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « android_webview/native/aw_contents_statics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b679892786388bc5e0c0d160b4edac7ced4432b3..2eecb6a80eaf6da9895812d4cac8617620ff07a1 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
@@ -85,6 +85,10 @@ class DataReductionProxyIOData {
return statistics_prefs_.get();
}
+ DataReductionProxyAuthRequestHandler* auth_request_handler() const {
+ return auth_request_handler_.get();
+ }
+
net::ProxyDelegate* proxy_delegate() const {
return proxy_delegate_.get();
}
« no previous file with comments | « android_webview/native/aw_contents_statics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698