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

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

Issue 1303493002: Make UrlRequestContextBuilder take scoped_ptr's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync and fix tiny resulting build failure Created 5 years, 4 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 ddfa1bac77a3320c05bb9d34d0b5bc5849c429c7..3d83f013480659658857edb21599608cc6500648 100644
--- a/components/cronet/android/cronet_url_request_context_adapter.h
+++ b/components/cronet/android/cronet_url_request_context_adapter.h
@@ -26,6 +26,7 @@ class SingleThreadTaskRunner;
namespace net {
class HttpServerPropertiesManager;
+class NetLog;
class ProxyConfigService;
class SdchOwner;
class URLRequestContext;
@@ -111,6 +112,7 @@ class CronetURLRequestContextAdapter {
// |pref_service_| should outlive the HttpServerPropertiesManager owned by
// |context_|.
scoped_ptr<PrefService> pref_service_;
+ scoped_ptr<net::NetLog> net_log_;
scoped_ptr<net::URLRequestContext> context_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
scoped_refptr<JsonPrefStore> json_pref_store_;

Powered by Google App Engine
This is Rietveld 408576698