Index: chrome/browser/chromeos/notifications/balloon_view.cc |
diff --git a/chrome/browser/chromeos/notifications/balloon_view.cc b/chrome/browser/chromeos/notifications/balloon_view.cc |
index b67612d9a245c72436ff6ff5ec0119363fb29c4e..a13499469211ad94c6d7732edbd5ae3cb0247151 100644 |
--- a/chrome/browser/chromeos/notifications/balloon_view.cc |
+++ b/chrome/browser/chromeos/notifications/balloon_view.cc |
@@ -238,7 +238,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()); |
} |