summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/interactive_ui/keyboard_access_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/keyboard_access_uitest.cc b/chrome/test/interactive_ui/keyboard_access_uitest.cc
index f28575b..669b3bd 100644
--- a/chrome/test/interactive_ui/keyboard_access_uitest.cc
+++ b/chrome/test/interactive_ui/keyboard_access_uitest.cc
@@ -112,7 +112,7 @@ TEST_F(KeyboardAccessTest, ReserveKeyboardAccelerators) {
"</script></html>";
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser);
- browser->AppendTab(GURL("data:text/html," + kBadPage));
+ ASSERT_TRUE(browser->AppendTab(GURL("data:text/html," + kBadPage)));
int tab_count = 0;
ASSERT_TRUE(browser->GetTabCount(&tab_count));
ASSERT_EQ(tab_count, 2);