diff options
Diffstat (limited to 'chrome/browser/chromeos/notifications/balloon_view.cc')
-rw-r--r-- | chrome/browser/chromeos/notifications/balloon_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/notifications/balloon_view.cc b/chrome/browser/chromeos/notifications/balloon_view.cc index cea579f..0e6009c 100644 --- a/chrome/browser/chromeos/notifications/balloon_view.cc +++ b/chrome/browser/chromeos/notifications/balloon_view.cc @@ -237,7 +237,7 @@ void BalloonViewImpl::Update() { stale_ = false; if (!html_contents_->tab_contents()) return; - html_contents_->tab_contents()->controller().LoadURL( + html_contents_->tab_contents()->GetController().LoadURL( balloon_->notification().content_url(), content::Referrer(), content::PAGE_TRANSITION_LINK, std::string()); } |