| Index: chrome/browser/views/notifications/balloon_view_host.cc
|
| ===================================================================
|
| --- chrome/browser/views/notifications/balloon_view_host.cc (revision 36257)
|
| +++ chrome/browser/views/notifications/balloon_view_host.cc (working copy)
|
| @@ -101,7 +101,8 @@
|
| void BalloonViewHost::Init(gfx::NativeView parent_hwnd) {
|
| DCHECK(!render_view_host_) << "BalloonViewHost already initialized.";
|
| RenderViewHost* rvh = new RenderViewHost(site_instance_.get(),
|
| - this, MSG_ROUTING_NONE);
|
| + this, MSG_ROUTING_NONE,
|
| + kInvalidSessionStorageNamespaceId);
|
| render_view_host_ = rvh;
|
|
|
| // Pointer is owned by the RVH.
|
|
|