summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 27697f6..b021e7b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -1077,6 +1077,8 @@ void Shell::Init(const ShellInitParams& init_params) {
// is started.
display_manager_->CreateMirrorWindowAsyncIfAny();
+ FOR_EACH_OBSERVER(ShellObserver, observers_, OnShellInitialized());
+
user_metrics_recorder_->OnShellInitialized();
}