| Index: chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| index 22734f8f4591c00ca696ad4c028cc9311e5c0752..0e26547803e9fcc0313a8e94b18fb8df5d99131c 100644
|
| --- a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc
|
| @@ -348,7 +348,7 @@ void BalloonViewImpl::Update() {
|
| if (!html_contents_->tab_contents())
|
| return;
|
| html_contents_->tab_contents()->controller().LoadURL(
|
| - balloon_->notification().content_url(), GURL(),
|
| + balloon_->notification().content_url(), content::Referrer(),
|
| content::PAGE_TRANSITION_LINK, std::string());
|
| }
|
|
|
|
|