Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index d6b6f98a3ea2427082b0d96fc5b40988cc6608fe..4668e443fd7638a1d5d750ba8d62b58158f5c34b 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -1286,6 +1286,8 @@ int BrowserMainLoop::BrowserThreadsStarted() { |
switches::kUseMusInRenderer); |
if (aura::Env::GetInstance() && !use_mus_in_renderer) { |
aura::Env::GetInstance()->set_context_factory(GetContextFactory()); |
+ aura::Env::GetInstance()->set_context_factory_private( |
+ GetContextFactoryPrivate()); |
} |
#endif // defined(USE_AURA) |
#endif // defined(OS_ANDROID) |