| 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 7a15110588538802023c3f581d1536a9d3cd34fc..9c37a2e603e0aabcd3c7f0a36c2f89dac83f19d9 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -526,7 +526,7 @@ TEST_F(AutomationProxyTest, MAYBE_AcceleratorExtensions) {
|
|
|
| ASSERT_TRUE(window->RunCommand(IDC_MANAGE_EXTENSIONS));
|
|
|
| - EXPECT_EQ("chrome://settings/extensions", GetActiveTabURL().spec());
|
| + EXPECT_EQ("chrome://chrome/extensions", GetActiveTabURL().spec());
|
| }
|
|
|
| TEST_F(AutomationProxyTest, AcceleratorHistory) {
|
| @@ -535,8 +535,7 @@ TEST_F(AutomationProxyTest, AcceleratorHistory) {
|
|
|
| ASSERT_TRUE(window->RunCommand(IDC_SHOW_HISTORY));
|
|
|
| - // We expect the RunCommand above to wait until the title is updated.
|
| - EXPECT_EQ(L"History", GetActiveTabTitle());
|
| + EXPECT_EQ("chrome://chrome/history", GetActiveTabURL().spec());
|
| }
|
|
|
| class AutomationProxyTest4 : public UITest {
|
|
|