Home | History | Annotate | Download | only in search

Lines Matching refs:new_tab_url

180       data.new_tab_url = (insecure_ntp_url ? "http" : "https") +
520 // The new_tab_url gets set after the first NTP is visible.
529 GURL new_tab_url(chrome::kChromeUINewTabURL);
530 EXPECT_FALSE(HandleNewTabURLRewrite(&new_tab_url, profile()));
531 EXPECT_EQ(GURL(chrome::kChromeUINewTabURL), new_tab_url);
539 GURL new_tab_url(chrome::kChromeUINewTabURL);
540 EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
541 EXPECT_EQ(GURL(chrome::kChromeSearchLocalNtpUrl), new_tab_url);
549 GURL new_tab_url(chrome::kChromeUINewTabURL);
550 EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
551 EXPECT_EQ(GURL(chrome::kChromeSearchLocalNtpUrl), new_tab_url);
566 GURL new_tab_url(chrome::kChromeUINewTabURL);
567 EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
568 EXPECT_EQ(GURL(chrome::kChromeSearchLocalNtpUrl), new_tab_url);