| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index e64b95b332faae2d2e0a0a872486115800bbeb35..be79194eeb825ab2360de68c4c660876cad88a07 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -62,6 +62,8 @@ void OpenAsh(gfx::AcceleratedWidget remote_window) {
|
| // Shell takes ownership of ChromeShellDelegate.
|
| shell_init_params.delegate = new ChromeShellDelegate;
|
| shell_init_params.context_factory = content::GetContextFactory();
|
| + shell_init_params.context_factory_private =
|
| + content::GetContextFactoryPrivate();
|
| shell_init_params.blocking_pool = content::BrowserThread::GetBlockingPool();
|
|
|
| ash::Shell* shell = ash::Shell::CreateInstance(shell_init_params);
|
|
|