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

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

Issue 2487633003: Change behaivor to decide whether a search engine should be shown in the default list (Closed)
Patch Set: Update based on Peter and Nicolas's comments. Created 4 years, 1 month 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
Index: chrome/browser/search_engines/template_url_parser_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_parser_unittest.cc b/chrome/browser/search_engines/template_url_parser_unittest.cc
index 761abb7c1d9f43a4d6c07322d1f16bd76b7cfd98..105f91a230f1ea5a6bddd01e92b8d5f0d8d0d8ed 100644
--- a/chrome/browser/search_engines/template_url_parser_unittest.cc
+++ b/chrome/browser/search_engines/template_url_parser_unittest.cc
@@ -101,8 +101,8 @@ void TemplateURLParserTest::ParseFile(
std::string contents;
ASSERT_TRUE(base::ReadFileToString(full_path, &contents));
- template_url_ = TemplateURLParser::Parse(
- SearchTermsData(), false, contents.data(), contents.length(), filter);
+ template_url_ = TemplateURLParser::Parse(SearchTermsData(), contents.data(),
+ contents.length(), filter);
}
« no previous file with comments | « chrome/browser/importer/profile_writer.cc ('k') | chrome/browser/search_engines/template_url_service_sync_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698