diff options
Diffstat (limited to 'ash/test/ash_test_helper.h')
-rw-r--r-- | ash/test/ash_test_helper.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h index 39ab10d..6fb266f 100644 --- a/ash/test/ash_test_helper.h +++ b/ash/test/ash_test_helper.h @@ -61,6 +61,14 @@ class AshTestHelper { return test_screenshot_delegate_; } + // True if the running environment supports multiple displays, + // or false otherwise (e.g. win8 bot). + static bool SupportsMultipleDisplays(); + + // True if the running environment supports host window resize, + // or false otherwise (e.g. win8 bot). + static bool SupportsHostWindowResize(); + private: base::MessageLoopForUI* message_loop_; // Not owned. TestShellDelegate* test_shell_delegate_; // Owned by ash::Shell. |