| Index: chrome/browser/ui/webui/bug_report_ui.cc
|
| diff --git a/chrome/browser/ui/webui/bug_report_ui.cc b/chrome/browser/ui/webui/bug_report_ui.cc
|
| index 871d7f157fd66bf72f2ec60e3d5f91aa0db68b21..934f934c642fa156e8966fa5e7b762f14486e3b3 100644
|
| --- a/chrome/browser/ui/webui/bug_report_ui.cc
|
| +++ b/chrome/browser/ui/webui/bug_report_ui.cc
|
| @@ -541,8 +541,10 @@ void BugReportHandler::HandleSendReport(const ListValue* list_value) {
|
| CancelFeedbackCollection();
|
| #endif
|
|
|
| + Profile* profile =
|
| + Profile::FromBrowserContext(web_ui_->tab_contents()->browser_context());
|
| // Update the data in bug_report_data_ so it can be sent
|
| - bug_report_data_->UpdateData(web_ui_->GetProfile()
|
| + bug_report_data_->UpdateData(profile
|
| , target_tab_url_
|
| , problem_type
|
| , page_url
|
|
|