diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 01:50:40 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 01:50:40 +0000 |
commit | b9fd01bae27674f04fd6944636e0756995073319 (patch) | |
tree | 68db0f88f657dae1e582798667c685441a7edae7 /content/common/resource_messages.h | |
parent | f6232ddeb071f8052cb4db9d84fc709648bc2d9f (diff) | |
download | chromium_src-b9fd01bae27674f04fd6944636e0756995073319.zip chromium_src-b9fd01bae27674f04fd6944636e0756995073319.tar.gz chromium_src-b9fd01bae27674f04fd6944636e0756995073319.tar.bz2 |
SPDY - chrome:loadtimes() should display negotiated NPN protocol.
BUG=108472
R=willchan
TEST=in js console chrome:loadtimes() should print SPDY
protocol that was negotiated.
Review URL: http://codereview.chromium.org/9413038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/resource_messages.h')
-rw-r--r-- | content/common/resource_messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h index 1771461..0bef1d0 100644 --- a/content/common/resource_messages.h +++ b/content/common/resource_messages.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -46,6 +46,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::ResourceResponseInfo) IPC_STRUCT_TRAITS_MEMBER(was_npn_negotiated) IPC_STRUCT_TRAITS_MEMBER(was_alternate_protocol_available) IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_proxy) + IPC_STRUCT_TRAITS_MEMBER(npn_negotiated_protocol) IPC_STRUCT_TRAITS_MEMBER(socket_address) IPC_STRUCT_TRAITS_END() |