Chromium Code Reviews| Index: ash/test/ash_test_helper.h |
| diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h |
| index 8d419477de6e6cc3d0412c94a6d2d3f27ef667d7..2a7d2fa4436d81e3e3eb49b804789982c9c83abe 100644 |
| --- a/ash/test/ash_test_helper.h |
| +++ b/ash/test/ash_test_helper.h |
| @@ -65,6 +65,9 @@ class AshTestHelper { |
| explicit AshTestHelper(AshTestEnvironment* ash_test_environment); |
| ~AshTestHelper(); |
| + // Returns the configuration tests are run in. |
|
msw
2017/03/31 16:27:13
nit: "that tests", optionally mention mus to clari
sky
2017/03/31 17:37:22
Done.
|
| + static Config config() { return config_; } |
| + |
| // Creates the ash::Shell and performs associated initialization. Set |
| // |start_session| to true if the user should log in before the test is run. |
| void SetUp(bool start_session); |