Home | History | Annotate | Download | only in common

Lines Matching full:alternate_urls

1874 // Tests that the |alternate_urls| column is added to the keyword table schema
1890 ASSERT_FALSE(connection.DoesColumnExist("keywords", "alternate_urls"));
1892 "alternate_urls"));
1908 EXPECT_TRUE(connection.DoesColumnExist("keywords", "alternate_urls"));