diff options
Diffstat (limited to 'chrome/browser/notifications/balloon_host.cc')
| -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 e962f5a..621fa7e 100644 --- a/chrome/browser/notifications/balloon_host.cc +++ b/chrome/browser/notifications/balloon_host.cc @@ -154,7 +154,7 @@ void BalloonHost::Init() { DCHECK(render_widget_host_view()); rvh->set_view(render_widget_host_view()); - rvh->CreateRenderView(GetProfile()->GetRequestContext(), string16()); + rvh->CreateRenderView(string16()); rvh->NavigateToURL(balloon_->notification().content_url()); initialized_ = true; |
