Index: chrome/browser/bug_report_util.cc |
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc |
index aae584e3da864a201b665250e0fc17543618145d..25672465918f02619396dd52ee26ac589fc92bee 100644 |
--- a/chrome/browser/bug_report_util.cc |
+++ b/chrome/browser/bug_report_util.cc |
@@ -258,7 +258,6 @@ bool BugReportUtil::ValidFeedbackSize(const std::string& content) { |
// static |
void BugReportUtil::SendReport(Profile* profile, |
- const std::string& page_title_text, |
int problem_type, |
const std::string& page_url_text, |
const std::string& description, |
@@ -288,10 +287,6 @@ void BugReportUtil::SendReport(Profile* profile, |
// they wish |
common_data->set_gaia_id(0); |
- // Add the page title. |
- AddFeedbackData(&feedback_data, std::string(kPageTitleTag), |
- page_title_text); |
- |
#if defined(OS_CHROMEOS) |
// Add the user e-mail to the feedback object |
common_data->set_user_email(user_email_text); |