Skip to content

Commit

Permalink
Uplift of #6272 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases authored and samartnik committed Aug 17, 2020
1 parent 394073a commit f15dfcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static void sortAndFilterUnnecessaryTemplateUrl(
}
}

private static @SearchEngineAdapter.TemplateUrlSourceType int getSearchEngineSourceType(
public static @SearchEngineAdapter.TemplateUrlSourceType int getSearchEngineSourceType(
TemplateUrl templateUrl, TemplateUrl defaultSearchEngine) {
if (templateUrl.getIsPrepopulated()) {
return SearchEngineAdapter.TemplateUrlSourceType.PREPOPULATED;
Expand Down

0 comments on commit f15dfcc

Please sign in to comment.