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

Unified Diff: ash/mus/test/ash_test_impl_mus.h

Issue 2573703003: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: msw comments 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 | « ash/common/wm_shell.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/ash_test_impl_mus.h
diff --git a/ash/mus/test/ash_test_impl_mus.h b/ash/mus/test/ash_test_impl_mus.h
index 1f62ab3cb9c676d9cb86aae745e501c5b3266994..1f6c9c1faf8d40f324da64df2da369cced7ee315 100644
--- a/ash/mus/test/ash_test_impl_mus.h
+++ b/ash/mus/test/ash_test_impl_mus.h
@@ -42,6 +42,10 @@ class AshTestImplMus : public AshTestImpl {
void AddTransientChild(WmWindow* parent, WmWindow* window) override;
private:
+ // Simulates the first user logging in and the session becoming active.
+ // Classic ash handles this via AshTestHelper and TestSessionStateDelegate.
+ void SimulateUserLogin();
+
// TODO(sky): fold WmTestBase directly into this class when no more subclasses
// of WmTestBase.
std::unique_ptr<WmTestBase> wm_test_base_;
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698