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

Unified Diff: ash/display/display_controller_unittest.cc

Issue 410943003: ash: Disable MirrorToDockedWithFullscreen on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller_unittest.cc
diff --git a/ash/display/display_controller_unittest.cc b/ash/display/display_controller_unittest.cc
index 5ee4cae1978712c353bb67ba9a64e9ce998712ba..26e01ccf66a6313d0387ea60100adbbe84eccf66 100644
--- a/ash/display/display_controller_unittest.cc
+++ b/ash/display/display_controller_unittest.cc
@@ -550,6 +550,9 @@ DisplayInfo CreateDisplayInfo(int64 id,
} // namespace
TEST_F(DisplayControllerTest, MirrorToDockedWithFullscreen) {
+ if (!SupportsMultipleDisplays())
+ return;
+
// Creates windows to catch activation change event.
scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
w1->Focus();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698