| Index: content/browser/browser_plugin/browser_plugin_embedder.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| index 3591decaaf9592fc0b056c6ef8fed07102b15ec2..7f2a4f7addd26e151b82d979d4dca01b838f99e0 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| @@ -189,10 +189,11 @@ void BrowserPluginEmbedder::OnGuestCallback(
|
| }
|
|
|
| scoped_ptr<base::DictionaryValue> copy_extra_params(extra_params->DeepCopy());
|
| - guest = guest_manager->CreateGuest(
|
| - GetWebContents()->GetSiteInstance(),
|
| - instance_id, params,
|
| - copy_extra_params.Pass());
|
| + guest = guest_manager->CreateGuest(GetWebContents()->GetSiteInstance(),
|
| + instance_id,
|
| + params.storage_partition_id,
|
| + params.persist_storage,
|
| + copy_extra_params.Pass());
|
| if (guest) {
|
| GetContentClient()->browser()->GuestWebContentsAttached(
|
| guest->GetWebContents(),
|
|
|