Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: ash/test/ash_test_base.h

Issue 16539005: Skip mulitple-dispay tests on win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 2d9f71707e19fbf226bc539d7014c9f355ef8520..6eff8a8ecda97435ae345353204dd5e58033ba63 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -95,6 +95,8 @@ class AshTestBase : public testing::Test {
aura::test::EventGenerator& GetEventGenerator();
protected:
+ static bool SupportsMultipleDisplays();
James Cook 2013/06/11 17:48:07 Needs function comment.
oshima 2013/06/12 00:12:12 Done.
+
void RunAllPendingInMessageLoop();
// Utility methods to emulate user logged in or not, session started or not

Powered by Google App Engine
This is Rietveld 408576698