summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bug_report_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bug_report_data.cc')
-rw-r--r--chrome/browser/bug_report_data.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/bug_report_data.cc b/chrome/browser/bug_report_data.cc
index 26ab729..e4d4866 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;