summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
diff options
context:
space:
mode:
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, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc
index a1af7b1..c99a8a8 100644
--- a/chrome/browser/tab_contents/web_contents_unittest.cc
+++ b/chrome/browser/tab_contents/web_contents_unittest.cc
@@ -31,7 +31,6 @@ static void InitNavigateParams(ViewHostMsg_FrameNavigate_Params* params,
params->redirects = std::vector<GURL>();
params->should_update_history = false;
params->searchable_form_url = GURL::EmptyGURL();
- params->searchable_form_element_name = std::wstring();
params->searchable_form_encoding = std::string();
params->password_form = PasswordForm();
params->security_info = std::string();