diff options
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/balloon_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc index ead868a..f571012 100644 --- a/chrome/browser/notifications/balloon_host.cc +++ b/chrome/browser/notifications/balloon_host.cc @@ -196,7 +196,7 @@ void BalloonHost::Init() { InitRenderWidgetHostView(); DCHECK(render_widget_host_view()); - rvh->set_view(render_widget_host_view()); + rvh->SetView(render_widget_host_view()); rvh->CreateRenderView(string16()); rvh->NavigateToURL(balloon_->notification().content_url()); |