| Index: chrome/browser/notifications/balloon_host.cc
|
| diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
|
| index 19c2552d743d010b977d8a3312282dadefa1ba59..ccde276b5c8641cced74efca7f893ff88236eca9 100644
|
| --- a/chrome/browser/notifications/balloon_host.cc
|
| +++ b/chrome/browser/notifications/balloon_host.cc
|
| @@ -117,11 +117,11 @@ void BalloonHost::Init() {
|
| MSG_ROUTING_NONE,
|
| NULL,
|
| NULL));
|
| - tab_contents_->SetViewType(chrome::VIEW_TYPE_NOTIFICATION);
|
| + tab_contents_->set_view_type(chrome::VIEW_TYPE_NOTIFICATION);
|
| tab_contents_->SetDelegate(this);
|
| Observe(tab_contents_.get());
|
|
|
| - tab_contents_->GetController().LoadURL(
|
| + tab_contents_->controller().LoadURL(
|
| balloon_->notification().content_url(), content::Referrer(),
|
| content::PAGE_TRANSITION_LINK, std::string());
|
|
|
|
|