summaryrefslogtreecommitdiffstats
path: root/remoting/host/url_request_context.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 00:34:10 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 00:34:10 +0000
commita47c03d61f79089a5d39b22fe8a1477258f21532 (patch)
tree8e56affb1086016fc9d90ccee64340caf957704d /remoting/host/url_request_context.h
parentfdebd1bc5cec5a4bf0d307a521d06cea77f62941 (diff)
downloadchromium_src-a47c03d61f79089a5d39b22fe8a1477258f21532.zip
chromium_src-a47c03d61f79089a5d39b22fe8a1477258f21532.tar.gz
chromium_src-a47c03d61f79089a5d39b22fe8a1477258f21532.tar.bz2
Log Gaia response codes and Gaia-related networking activity to ease diagnostics of Gaia issues.
Review URL: http://codereview.chromium.org/10069020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/url_request_context.h')
-rw-r--r--remoting/host/url_request_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
index a43d10d..1a5cecb 100644
--- a/remoting/host/url_request_context.h
+++ b/remoting/host/url_request_context.h
@@ -14,6 +14,7 @@
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_context_storage.h"
+#include "remoting/host/vlog_net_log.h"
namespace base {
class MessageLoopProxy;
@@ -32,6 +33,7 @@ class URLRequestContext : public net::URLRequestContext {
virtual ~URLRequestContext();
net::URLRequestContextStorage storage_;
+ scoped_ptr<VlogNetLog> net_log_;
DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
};