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

Unified Diff: ash/aura/wm_shell_aura.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
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.cc » ('j') | ash/aura/wm_shell_aura.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index 9795be15a9ff97cd3f94e9a5f6c2ee5931352bbb..2044e9e5be730386c3587462a1c65aed69e6f7da 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -74,6 +74,7 @@ class ASH_EXPORT WmShellAura : 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;
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.cc » ('j') | ash/aura/wm_shell_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698