| Index: chrome/test/ui/history_uitest.cc
|
| diff --git a/chrome/test/ui/history_uitest.cc b/chrome/test/ui/history_uitest.cc
|
| index a7f0e14c868bf734d845ab0c52e86b984a308cc5..832552141a359ccc54b885997d944f99c3f58673 100644
|
| --- a/chrome/test/ui/history_uitest.cc
|
| +++ b/chrome/test/ui/history_uitest.cc
|
| @@ -84,7 +84,7 @@ TEST_F(HistoryTester, VerifyHistoryLength3) {
|
| kTestCompleteSuccess, TestTimeouts::action_max_timeout_ms());
|
| }
|
|
|
| -#if defined(OS_WIN) || defined(OS_LINUX)
|
| +#if !defined(OS_MACOSX)
|
| TEST_F(HistoryTester, ConsiderRedirectAfterGestureAsUserInitiated) {
|
| // Test the history length for the following page transition.
|
| //
|
| @@ -116,7 +116,7 @@ TEST_F(HistoryTester, ConsiderRedirectAfterGestureAsUserInitiated) {
|
| WaitForFinish("History_Length_Test_12", "1", url, kTestCompleteCookie,
|
| kTestCompleteSuccess, TestTimeouts::action_max_timeout_ms());
|
| }
|
| -#endif // defined(OS_WIN) || defined(OS_LINUX)
|
| +#endif // !defined(OS_MACOSX)
|
|
|
| TEST_F(HistoryTester, ConsiderSlowRedirectAsUserInitiated) {
|
| // Test the history length for the following page transition.
|
|
|