Index: chrome/browser/notifications/balloon_host.cc |
=================================================================== |
--- chrome/browser/notifications/balloon_host.cc (revision 56788) |
+++ chrome/browser/notifications/balloon_host.cc (working copy) |
@@ -154,7 +154,7 @@ |
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; |