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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_unittest.mm

Issue 1849343003: mac: Remove IsOSSnowLeopard(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: err Created 4 years, 9 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: chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
index d2b00f514e7be5d3a0b0002f2673f74a1a3b0ff7..2758102923e810cff0b5a01eb638268f0a94a6f5 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
@@ -793,10 +793,6 @@ TEST_F(BrowserWindowFullScreenControllerTest, TestActivate) {
[controller_ activate];
chrome::testing::NSRunLoopRunAllPending();
- // No fullscreen window on 10.7+.
- if (base::mac::IsOSSnowLeopard())
- EXPECT_TRUE(IsFrontWindow([controller_ createFullscreenWindow]));
-
// We have to cleanup after ourselves by unfullscreening.
[controller_ exitAnyFullscreen];
WaitForFullScreenTransition();

Powered by Google App Engine
This is Rietveld 408576698