| Index: chrome/browser/background/background_contents.cc
|
| diff --git a/chrome/browser/background/background_contents.cc b/chrome/browser/background/background_contents.cc
|
| index bf94280656bfba469b1214b986e149f9f62a0682..675760ea599ffb2afd1e4695c8e5468b89f45077 100644
|
| --- a/chrome/browser/background/background_contents.cc
|
| +++ b/chrome/browser/background/background_contents.cc
|
| @@ -41,6 +41,7 @@ BackgroundContents::BackgroundContents(
|
| WebContents::CreateParams create_params(profile_, site_instance);
|
| create_params.routing_id = routing_id;
|
| create_params.main_frame_routing_id = main_frame_routing_id;
|
| + create_params.renderer_initiated_creation = true;
|
| if (session_storage_namespace) {
|
| content::SessionStorageNamespaceMap session_storage_namespace_map;
|
| session_storage_namespace_map.insert(
|
|
|