summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 08:09:25 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 08:09:25 +0000
commit4171f4a814ba9f7f3534f0c8554fe9e2ccaf66ec (patch)
tree4e72f3f8cf20d70a1a92d58005dbcfb48c0dcb90 /chrome/browser/tab_contents/web_contents_unittest.cc
parent4db1faaaa57cb59eb69d485d18548986580b06fc (diff)
downloadchromium_src-4171f4a814ba9f7f3534f0c8554fe9e2ccaf66ec.zip
chromium_src-4171f4a814ba9f7f3534f0c8554fe9e2ccaf66ec.tar.gz
chromium_src-4171f4a814ba9f7f3534f0c8554fe9e2ccaf66ec.tar.bz2
Another fix for Bug 53385.
It seems some unit tests also need to initialize the new variable added by r57387. BUG=53385 TEST=make the "Linux Tests (valgrind)(1)" and "Chromium Mac (valgrind)" bots greener. Review URL: http://codereview.chromium.org/3124048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/web_contents_unittest.cc')
-rw-r--r--chrome/browser/tab_contents/web_contents_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc
index 0a9d60a5..632073f 100644
--- a/chrome/browser/tab_contents/web_contents_unittest.cc
+++ b/chrome/browser/tab_contents/web_contents_unittest.cc
@@ -44,6 +44,7 @@ static void InitNavigateParams(ViewHostMsg_FrameNavigate_Params* params,
params->password_form = PasswordForm();
params->security_info = std::string();
params->gesture = NavigationGestureUser;
+ params->was_within_same_page = false;
params->is_post = false;
}