summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/sad_tab_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/sad_tab_view.cc')
-rw-r--r--chrome/browser/ui/views/sad_tab_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/sad_tab_view.cc b/chrome/browser/ui/views/sad_tab_view.cc
index c5f7fe6..1e65bc6 100644
--- a/chrome/browser/ui/views/sad_tab_view.cc
+++ b/chrome/browser/ui/views/sad_tab_view.cc
@@ -69,7 +69,7 @@ void SadTabView::LinkClicked(views::Link* source, int event_flags) {
chrome::kKillReasonURL));
tab_contents_->OpenURL(OpenURLParams(
help_url,
- GURL(),
+ content::Referrer(),
CURRENT_TAB,
content::PAGE_TRANSITION_LINK,
false /* is renderer initiated */));