| Index: ash/shell/content/client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
|
| index a83d25ecc5f2890411496e3b15e20d69ec6f8303..7fac63e99aa2c30d9963c2d13017b2ba78807439 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -135,6 +135,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
| ash::ShellInitParams init_params;
|
| init_params.delegate = delegate_;
|
| init_params.context_factory = content::GetContextFactory();
|
| + init_params.context_factory_private = content::GetContextFactoryPrivate();
|
| init_params.blocking_pool = content::BrowserThread::GetBlockingPool();
|
| ash::Shell::CreateInstance(init_params);
|
| ash::WmShell::Get()->CreateShelf();
|
|
|