| Index: chrome/browser/tab_contents/render_view_host_manager.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_manager.cc b/chrome/browser/tab_contents/render_view_host_manager.cc
|
| index d30b7d31cfcdc0fd4ffa1d1efd6ba02584001662..888354030b8038d9dc3ddfb2085292aadcc0aa69 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_manager.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_manager.cc
|
| @@ -59,7 +59,7 @@ void RenderViewHostManager::Init(Profile* profile,
|
| site_instance = SiteInstance::CreateSiteInstance(profile);
|
| render_view_host_ = RenderViewHostFactory::Create(
|
| site_instance, render_view_delegate_, routing_id, delegate_->
|
| - GetControllerForRenderManager().session_storage_namespace_id());
|
| + GetControllerForRenderManager().session_storage_namespace());
|
| NotificationService::current()->Notify(
|
| NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
| Source<RenderViewHostManager>(this),
|
| @@ -448,7 +448,7 @@ bool RenderViewHostManager::CreatePendingRenderView(
|
|
|
| pending_render_view_host_ = RenderViewHostFactory::Create(
|
| instance, render_view_delegate_, MSG_ROUTING_NONE, delegate_->
|
| - GetControllerForRenderManager().session_storage_namespace_id());
|
| + GetControllerForRenderManager().session_storage_namespace());
|
| NotificationService::current()->Notify(
|
| NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
| Source<RenderViewHostManager>(this),
|
|
|