Skip to content

Commit

Permalink
Uplift of #25627 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds authored and bsclifton committed Oct 1, 2024
1 parent d901535 commit 6759317
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/search_engines/brave_prepopulated_engines.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@ const PrepopulatedEngine brave_search = MakeBravePrepopulatedEngine(
#endif
"UTF-8",
"https://search.brave.com/api/"
"suggest?q={searchTerms}&rich=true&source=browser",
"suggest?q={searchTerms}&rich=true&source="
#if BUILDFLAG(IS_ANDROID)
"android",
#else
"desktop",
#endif
SEARCH_ENGINE_OTHER,
PREPOPULATED_ENGINE_ID_BRAVE);

Expand Down

0 comments on commit 6759317

Please sign in to comment.