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

Unified Diff: ash/test/ash_test_helper.h

Issue 21519002: Prevent mouse from getting stuck on second display in login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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/test/ash_test_helper.h
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index 669ec292f15f1f4febe0d85c8f92cbafc17f2ed8..d4909d87c3125264ad2ca77dadbb12398d12c4dd 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -33,7 +33,9 @@ class AshTestHelper {
~AshTestHelper();
// Creates the ash::Shell and performs associated initialization.
- void SetUp();
+ // Set |start_session| to true if the test should run after
Daniel Erat 2013/08/02 15:40:26 nit: "... if the user should log in before the tes
+ // a user logged in.
+ void SetUp(bool start_session);
// Destroys the ash::Shell and performs associated cleanup.
void TearDown();

Powered by Google App Engine
This is Rietveld 408576698