From df9a183ac89847e38cfb953622fe8a86d4bb8f5d Mon Sep 17 00:00:00 2001 From: "lzheng@chromium.org" Date: Wed, 14 Jul 2010 17:30:09 +0000 Subject: Initialize was_alternate_protocol_available_. TEST=none BUG=none Review URL: http://codereview.chromium.org/2968010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52333 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/navigation_state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/renderer/navigation_state.h b/chrome/renderer/navigation_state.h index 694057d..5cc394a 100644 --- a/chrome/renderer/navigation_state.h +++ b/chrome/renderer/navigation_state.h @@ -259,6 +259,7 @@ class NavigationState : public WebKit::WebDataSource::ExtraData { user_script_idle_scheduler_(NULL), was_fetched_via_spdy_(false), was_npn_negotiated_(false), + was_alternate_protocol_available_(false), was_fetched_via_proxy_(false), was_translated_(false) { } @@ -292,9 +293,9 @@ class NavigationState : public WebKit::WebDataSource::ExtraData { bool was_fetched_via_spdy_; bool was_npn_negotiated_; + bool was_alternate_protocol_available_; bool was_fetched_via_proxy_; bool was_translated_; - bool was_alternate_protocol_available_; DISALLOW_COPY_AND_ASSIGN(NavigationState); }; -- cgit v1.1