Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2288)

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2573703003: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: rebase on session change, fix tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 62e84d5189152160b8ca263d8334f1ef28cb0b73..36e19f344e1383e5dd0f9a7b2429f772def9203f 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -105,6 +105,7 @@ class WmShellMus : public WmShell,
std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() override;
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
+ void OnUserSessionStateActive() override;
SessionStateDelegate* GetSessionStateDelegate() override;
void AddActivationObserver(WmActivationObserver* observer) override;
void RemoveActivationObserver(WmActivationObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698