Update template_url_prepopulate_data.cc
This commit is contained in:
parent
83aeb1c3fb
commit
6584f25517
1 changed files with 1 additions and 1 deletions
|
@ -1350,7 +1350,7 @@ std::vector<std::unique_ptr<TemplateURLData>> GetPrepopulatedTemplateURLData(
|
|||
if (!list)
|
||||
return t_urls;
|
||||
|
||||
for (const base::Value& engine : list->GetList()) {
|
||||
for (const base::Value& engine : list->GetListDeprecated()) {
|
||||
if (engine.is_dict()) {
|
||||
auto t_url = TemplateURLDataFromOverrideDictionary(engine);
|
||||
if (t_url)
|
||||
|
|
Loading…
Reference in a new issue