diff options
Diffstat (limited to 'chrome/browser/views/notifications/balloon_view_host.cc')
-rw-r--r-- | chrome/browser/views/notifications/balloon_view_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/notifications/balloon_view_host.cc b/chrome/browser/views/notifications/balloon_view_host.cc index fa8e842..9bef667 100644 --- a/chrome/browser/views/notifications/balloon_view_host.cc +++ b/chrome/browser/views/notifications/balloon_view_host.cc @@ -104,7 +104,7 @@ void BalloonViewHost::Init(gfx::NativeView parent_hwnd) { #endif // Start up the renderer and point it at the balloon contents URL. - rvh->CreateRenderView(); + rvh->CreateRenderView(GetProfile()->GetRequestContext()); rvh->NavigateToURL(balloon_->notification().content_url()); initialized_ = true; } |