Index: chrome/browser/bug_report_data.cc |
diff --git a/chrome/browser/bug_report_data.cc b/chrome/browser/bug_report_data.cc |
index 26ab7292be9e2f5d2b0d2f33b1fa0eee658c0007..e4d48667a189383589bf4464fbe8be7cb8606dec 100644 |
--- a/chrome/browser/bug_report_data.cc |
+++ b/chrome/browser/bug_report_data.cc |
@@ -21,7 +21,6 @@ BugReportData::~BugReportData() {} |
void BugReportData::UpdateData(Profile* profile, |
const std::string& target_tab_url, |
- const string16& target_tab_title, |
const int problem_type, |
const std::string& page_url, |
const std::string& description, |
@@ -34,7 +33,6 @@ void BugReportData::UpdateData(Profile* profile, |
) { |
profile_ = profile; |
target_tab_url_ = target_tab_url; |
- target_tab_title_ = target_tab_title; |
problem_type_ = problem_type; |
page_url_ = page_url; |
description_ = description; |