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

Unified Diff: components/cronet/android/cronet_url_request_context_adapter.h

Issue 1085903002: Enable Sdch in Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants 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: components/cronet/android/cronet_url_request_context_adapter.h
diff --git a/components/cronet/android/cronet_url_request_context_adapter.h b/components/cronet/android/cronet_url_request_context_adapter.h
index fea2454d2eaf0368b8e1beb1b5907edd3382d173..73197333e3f491e851aa425e36bc87143a2cab68 100644
--- a/components/cronet/android/cronet_url_request_context_adapter.h
+++ b/components/cronet/android/cronet_url_request_context_adapter.h
@@ -25,6 +25,7 @@ namespace net {
class WriteToFileNetLogObserver;
class URLRequestContext;
class ProxyConfigService;
+class SdchOwner;
} // namespace net
namespace cronet {
@@ -91,6 +92,7 @@ class CronetURLRequestContextAdapter {
scoped_ptr<net::WriteToFileNetLogObserver> write_to_file_observer_;
scoped_ptr<net::URLRequestContext> context_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
+ scoped_ptr<net::SdchOwner> sdch_owner_;
// Context config is only valid untng context is initialized.
scoped_ptr<URLRequestContextConfig> context_config_;
« no previous file with comments | « components/cronet/android/chromium_url_request.cc ('k') | components/cronet/android/cronet_url_request_context_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698