| Index: chrome/browser/bug_report_data.cc
|
| ===================================================================
|
| --- chrome/browser/bug_report_data.cc (revision 72901)
|
| +++ chrome/browser/bug_report_data.cc (working copy)
|
| @@ -21,7 +21,6 @@
|
|
|
| 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 @@
|
| ) {
|
| profile_ = profile;
|
| target_tab_url_ = target_tab_url;
|
| - target_tab_title_ = target_tab_title;
|
| problem_type_ = problem_type;
|
| page_url_ = page_url;
|
| description_ = description;
|
|
|