| Index: ash/test/ash_test_base.h
|
| diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
|
| index 70318d896c7d75e29f4ce860fa936a5913587473..a4e7cb47dd6d45f92b332bb14d98f99b8f210138 100644
|
| --- a/ash/test/ash_test_base.h
|
| +++ b/ash/test/ash_test_base.h
|
| @@ -42,6 +42,7 @@ class WindowDelegate;
|
|
|
| namespace ash {
|
| class DisplayManager;
|
| +class SystemTray;
|
|
|
| namespace test {
|
|
|
| @@ -123,6 +124,10 @@ class AshTestBase : public testing::Test {
|
| void RunAllPendingInMessageLoop();
|
|
|
| TestScreenshotDelegate* GetScreenshotDelegate();
|
| +
|
| + // Returns the system tray on the primary display.
|
| + SystemTray* GetPrimarySystemTray();
|
| +
|
| TestSystemTrayDelegate* GetSystemTrayDelegate();
|
|
|
| // Utility methods to emulate user logged in or not, session started or not
|
|
|