| Index: chrome/browser/bug_report_util.cc
|
| diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
|
| index d329316c5f6e262d71a771346ba2ef06a2cb3a9f..e36991ca6f4bd3be5aa1a2d6577321daddbc42c6 100644
|
| --- a/chrome/browser/bug_report_util.cc
|
| +++ b/chrome/browser/bug_report_util.cc
|
| @@ -367,7 +367,7 @@ void BugReportUtil::ReportPhishing(TabContents* currentTab,
|
| safe_browsing_util::GeneratePhishingReportUrl(
|
| kReportPhishingUrl, phishing_url,
|
| false /* not client-side detection */),
|
| - GURL(),
|
| + content::Referrer(),
|
| content::PAGE_TRANSITION_LINK,
|
| std::string());
|
| }
|
|
|