Index: chromecast/browser/url_request_context_factory.h |
diff --git a/chromecast/browser/url_request_context_factory.h b/chromecast/browser/url_request_context_factory.h |
index 5ae43cb7a4a626853a7c3a6d28ee140f30038b89..9c7248788bebbbf455d6c295ba6b961ee0095bc7 100644 |
--- a/chromecast/browser/url_request_context_factory.h |
+++ b/chromecast/browser/url_request_context_factory.h |
@@ -11,6 +11,7 @@ |
namespace net { |
class HttpTransactionFactory; |
class HttpUserAgentSettings; |
+class NetLog; |
class ProxyConfigService; |
class URLRequestJobFactory; |
} // namespace net |
@@ -113,6 +114,8 @@ class URLRequestContextFactory { |
bool media_dependencies_initialized_; |
scoped_ptr<net::HttpTransactionFactory> media_transaction_factory_; |
+ |
+ scoped_ptr<net::NetLog> net_log_; |
lcwu1
2015/06/26 04:30:26
Any reason why you don'y want to create the NetLog
derekjchow1
2015/06/26 17:58:53
Done.
|
}; |
} // namespace shell |