| Index: ash/test/ash_test_base.h
|
| diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
|
| index 7b5bb4434a96daeb2e1d6a6a67e7f0a22a8adbc2..acb7d46978e0368193a37df58529ce4ac4629463 100644
|
| --- a/ash/test/ash_test_base.h
|
| +++ b/ash/test/ash_test_base.h
|
| @@ -39,6 +39,7 @@ namespace test {
|
|
|
| class AshTestHelper;
|
| class TestScreenshotDelegate;
|
| +class TestSystemTrayDelegate;
|
| #if defined(OS_WIN)
|
| class TestMetroViewerProcessHost;
|
| #endif
|
| @@ -116,6 +117,7 @@ class AshTestBase : public testing::Test {
|
| void RunAllPendingInMessageLoop();
|
|
|
| TestScreenshotDelegate* GetScreenshotDelegate();
|
| + TestSystemTrayDelegate* GetSystemTrayDelegate();
|
|
|
| // Utility methods to emulate user logged in or not, session started or not
|
| // and user able to lock screen or not cases.
|
|
|