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(); |