| 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 e9098a4930e99bbcc01dc9592028c37eb4dc8f57..b1d49dc57d86c1ec83b96af5ba34744bc6b4ca43 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -401,6 +401,8 @@ class AutomationProxyTest2 : public AutomationProxyVisibleTest {
|
| std::wstring document2_;
|
| };
|
|
|
| +// TODO(port): Port to mac.
|
| +#if defined(OS_WIN) || defined(OS_LINUX)
|
| TEST_F(AutomationProxyTest2, GetActiveTabIndex) {
|
| scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(window.get());
|
| @@ -416,8 +418,6 @@ TEST_F(AutomationProxyTest2, GetActiveTabIndex) {
|
| ASSERT_EQ(at_index, active_tab_index);
|
| }
|
|
|
| -// TODO(port): Port to mac.
|
| -#if defined(OS_WIN) || defined(OS_LINUX)
|
| TEST_F(AutomationProxyTest2, GetTabTitle) {
|
| scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(window.get());
|
|
|