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

Unified Diff: components/search_engines/search_engines_test_util.h

Issue 2682453002: Changed keywords conflicts resolution for extensions search engines. (Closed)
Patch Set: Fixed auto variable type must not deduce to a raw pointer type Created 3 years, 10 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
Index: components/search_engines/search_engines_test_util.h
diff --git a/components/search_engines/search_engines_test_util.h b/components/search_engines/search_engines_test_util.h
index 7ddcd50d52f854042098eeeda8ca4da9c1002b58..c04352aa2f92c8092b2257f7ac3d3ebfa27ecfaa 100644
--- a/components/search_engines/search_engines_test_util.h
+++ b/components/search_engines/search_engines_test_util.h
@@ -17,7 +17,7 @@ class TestingPrefServiceSyncable;
// Generates a TemplateURLData structure useful for tests filled with values
// autogenerated from |provider_name|.
std::unique_ptr<TemplateURLData> GenerateDummyTemplateURLData(
- const std::string& provider_name);
+ const std::string& keyword);
// Checks that the two TemplateURLs are similar. Does not check the id, the
// date_created or the last_modified time. Neither pointer should be null.
« no previous file with comments | « chrome/browser/search_engines/template_url_service_unittest.cc ('k') | components/search_engines/search_engines_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698