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

Unified Diff: ash/utility/screenshot_controller_unittest.cc

Issue 2618143002: cros: Remove some OS platform ifdefs from ash (Closed)
Patch Set: rebase Created 3 years, 11 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 | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/wm/ash_native_cursor_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index 3653982c899503ab7cccc40d4ebe296f1afe2e49..77ef0a1c28b4410187fe2dff4fa6c50961005daf 100644
--- a/ash/utility/screenshot_controller_unittest.cc
+++ b/ash/utility/screenshot_controller_unittest.cc
@@ -275,7 +275,6 @@ TEST_F(PartialScreenshotControllerTest, MouseWarpTest) {
aura::Env::GetInstance()->last_mouse_location());
}
-#if defined(OS_CHROMEOS)
TEST_F(PartialScreenshotControllerTest, VisibilityTest) {
aura::client::CursorClient* client = Shell::GetInstance()->cursor_manager();
@@ -334,7 +333,6 @@ TEST_F(PartialScreenshotControllerTest, LargeCursor) {
RunAllPendingInMessageLoop();
EXPECT_FALSE(IsActive());
}
-#endif
TEST_F(WindowScreenshotControllerTest, KeyboardOperation) {
ui::test::EventGenerator& generator(GetEventGenerator());
« no previous file with comments | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/wm/ash_native_cursor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698