Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: chrome/browser/search_engines/template_url_unittest.cc

Issue 282183002: [AiS] Enable AiS flag on all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed Android instance when removing helper. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/search_engines/template_url.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/template_url_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_unittest.cc b/chrome/browser/search_engines/template_url_unittest.cc
index 54b809f673ca80fb179231da2565abdb02c636f3..6eee23adf034a326ec22d0eed001e36f819f7a80 100644
--- a/chrome/browser/search_engines/template_url_unittest.cc
+++ b/chrome/browser/search_engines/template_url_unittest.cc
@@ -1325,7 +1325,6 @@ TEST_F(TemplateURLTest, ReflectsBookmarkBarPinned) {
EXPECT_EQ("http://www.google.com/?bmbp=1&q=foo", result);
}
-#if defined(OS_ANDROID)
TEST_F(TemplateURLTest, AnswersHasVersion) {
TemplateURLData data;
UIThreadSearchTermsData::SetGoogleBaseURL("http://bar/");
@@ -1342,7 +1341,6 @@ TEST_F(TemplateURLTest, AnswersHasVersion) {
result = url2.url_ref().ReplaceSearchTerms(search_terms_args);
EXPECT_EQ("http://bar/search?q=foo&gs_rn=42&xssi=t", result);
}
-#endif
TEST_F(TemplateURLTest, SessionToken) {
TemplateURLData data;
« no previous file with comments | « chrome/browser/search_engines/template_url.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698