| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
|
| index 280e60d547bbaedcac220926ff4a7fe226b22734..b43af3c155f58a12fb778ace5e9c54a45e24d0b9 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -1382,7 +1382,7 @@ TEST_F(ExternalTabUITestPopupEnabled, MAYBE_UserGestureTargetBlank) {
|
| #endif // defined(OS_WIN)
|
|
|
| // TODO(port): Need to port autocomplete_edit_proxy.* first.
|
| -#if defined(OS_WIN) || defined(OS_LINUX)
|
| +#if !defined(OS_MACOSX)
|
| TEST_F(AutomationProxyTest, AutocompleteGetSetText) {
|
| scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(browser.get());
|
| @@ -1426,7 +1426,7 @@ TEST_F(AutomationProxyTest, AutocompleteParallelProxy) {
|
| EXPECT_EQ(text_to_set2, actual_text2);
|
| }
|
|
|
| -#endif // defined(OS_WIN) || defined(OS_LINUX)
|
| +#endif // !defined(OS_MACOSX)
|
|
|
| #if defined(OS_MACOSX)
|
| // Disabled, http://crbug.com/48601.
|
|
|