From f6c63db5717961da5fee29631da4c3dcbf9d038f Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Sat, 2 Feb 2013 00:35:22 +0000 Subject: LoadTiming in net part 5: Add a NetLog event source for SpdyProxyClientSockets, and a couple new NetLog events as well. This results in all requests that go over the same tunnelled stream having the same unique socket ID. This also serves to prevent too much random stuff, like SSL handshakes and SSL reads/writes from being logged in the proxy's SPDY_SESSION. BUG=77446 Review URL: https://codereview.chromium.org/12093011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180214 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/net_log.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'net/base/net_log.cc') diff --git a/net/base/net_log.cc b/net/base/net_log.cc index b811db4..d6b6f39 100644 --- a/net/base/net_log.cc +++ b/net/base/net_log.cc @@ -73,6 +73,7 @@ Value* NetLogString16Callback(const char* name, } // namespace +// LoadTimingInfo requires this be 0. const uint32 NetLog::Source::kInvalidId = 0; NetLog::Source::Source() : type(SOURCE_NONE), id(kInvalidId) { -- cgit v1.1