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

Unified Diff: chromecast/browser/url_request_context_factory.h

Issue 1216443002: [Chromecast] Add net logging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use cast_net_log Created 5 years, 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698