| 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 2e4a4c402003948724da9850239a43e095e9252a..9d088b5b4cf3836b2f0c4b3739284bfad22bdacc 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/shell/content_client/shell_browser_main_parts.h"
|
|
|
| #include "ash/ash_switches.h"
|
| +#include "ash/content_support/inject.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell/shell_delegate_impl.h"
|
| @@ -123,6 +124,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
| #endif
|
|
|
| ash::Shell::CreateInstance(delegate_);
|
| + ash::InitContentSupport();
|
| delegate_->set_browser_context(browser_context_.get());
|
| ash::Shell::GetInstance()->CreateShelf();
|
| ash::Shell::GetInstance()->UpdateAfterLoginStatusChange(
|
|
|