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

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: @params -> @param 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 da44d0f533fe0a644bd1d309059e39750b2514dc..43824832ba0b97c4d5645dc7b04aea0be3bad917 100644
--- a/components/cronet/android/cronet_url_request_context_adapter.h
+++ b/components/cronet/android/cronet_url_request_context_adapter.h
@@ -16,6 +16,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread.h"
+#include "net/sdch/sdch_owner.h"
namespace base {
class SingleThreadTaskRunner;
@@ -90,6 +91,7 @@ class CronetURLRequestContextAdapter {
scoped_ptr<net::NetLogLogger> net_log_logger_;
scoped_ptr<net::URLRequestContext> context_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
+ scoped_ptr<net::SdchOwner> sdch_owner_;
mef 2015/04/16 16:04:19 can we forward-declare it here, in header file? Se
xunjieli 2015/04/16 19:36:57 Done.
// Context config is only valid untng context is initialized.
scoped_ptr<URLRequestContextConfig> context_config_;

Powered by Google App Engine
This is Rietveld 408576698