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

Unified Diff: chrome/browser/io_thread.h

Issue 517693002: Add embedder-specific headers to HTTP CONNECT tunnel request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added receive notification and test Created 6 years, 3 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | net/http/http_proxy_client_socket_pool.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 8559217696215011d52c245d80441f8a38d241d3..3eaef60a583428c774d9e22c11a0d013d1f4ddf0 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -40,6 +40,7 @@ class DnsProbeService;
#if defined(SPDY_PROXY_AUTH_ORIGIN)
namespace data_reduction_proxy {
class DataReductionProxyAuthRequestHandler;
+class DataReductionProxyTunnelDelegate;
class DataReductionProxyParams;
}
#endif // defined(SPDY_PROXY_AUTH_ORIGIN)
@@ -202,6 +203,8 @@ class IOThread : public content::BrowserThreadDelegate {
data_reduction_proxy_params;
scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
data_reduction_proxy_auth_request_handler;
+ scoped_ptr<data_reduction_proxy::DataReductionProxyTunnelDelegate>
+ data_reduction_proxy_tunnel_delegate;
#endif
};
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | net/http/http_proxy_client_socket_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698