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

Unified Diff: chrome/browser/apps/app_window_interactive_uitest.cc

Issue 1849343003: mac: Remove IsOSSnowLeopard(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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/apps/app_window_interactive_uitest.cc
diff --git a/chrome/browser/apps/app_window_interactive_uitest.cc b/chrome/browser/apps/app_window_interactive_uitest.cc
index 743760a910023f78b9553afca21406021517cb22..faa674d2e0f4dd01b1f01f38b36490cc2b5cac4f 100644
--- a/chrome/browser/apps/app_window_interactive_uitest.cc
+++ b/chrome/browser/apps/app_window_interactive_uitest.cc
@@ -94,11 +94,7 @@ class AppWindowInteractiveTest : public extensions::PlatformAppBrowserTest {
};
IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest, ESCLeavesFullscreenWindow) {
-// This test is flaky on MacOS 10.6.
#if defined(OS_MACOSX)
- if (base::mac::IsOSSnowLeopard())
- return;
-
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
@@ -139,11 +135,7 @@ IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest, ESCLeavesFullscreenWindow) {
}
IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest, ESCLeavesFullscreenDOM) {
-// This test is flaky on MacOS 10.6.
#if defined(OS_MACOSX)
- if (base::mac::IsOSSnowLeopard())
- return;
-
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
@@ -192,11 +184,7 @@ IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest, ESCLeavesFullscreenDOM) {
IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest,
ESCDoesNotLeaveFullscreenWindow) {
-// This test is flaky on MacOS 10.6.
#if defined(OS_MACOSX)
- if (base::mac::IsOSSnowLeopard())
- return;
-
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
@@ -242,11 +230,7 @@ IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest,
IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest,
ESCDoesNotLeaveFullscreenDOM) {
-// This test is flaky on MacOS 10.6.
#if defined(OS_MACOSX)
- if (base::mac::IsOSSnowLeopard())
- return;
-
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
@@ -302,11 +286,7 @@ IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest,
// and 'overrideEscFullscreen'.
IN_PROC_BROWSER_TEST_F(AppWindowInteractiveTest,
ESCDoesNotLeaveFullscreenOldPermission) {
-// This test is flaky on MacOS 10.6.
#if defined(OS_MACOSX)
- if (base::mac::IsOSSnowLeopard())
- return;
-
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
« no previous file with comments | « base/process/memory_mac.mm ('k') | chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698