Skip to content

Commit

Permalink
Renamed Microsoft Bing to Bing (uplift to 1.66.x) (#23562)
Browse files Browse the repository at this point in the history
Uplift of #23526 (squashed) to release
  • Loading branch information
brave-builds committed May 13, 2024
1 parent a4afb5b commit 79afacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search_engines/brave_prepopulated_engines.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace TemplateURLPrepopulateData {

// IMPORTANT! Make sure to bump this value if you make changes to the
// engines below or add/remove engines.
const int kBraveCurrentDataVersion = 26;
const int kBraveCurrentDataVersion = 27;
// DO NOT CHANGE THIS ONE. Used for backfilling kBraveDefaultSearchVersion.
const int kBraveFirstTrackedDataVersion = 6;

Expand Down Expand Up @@ -213,7 +213,7 @@ const PrepopulatedEngine brave_search_tor = ModifyEngineParams(

const PrepopulatedEngine brave_bing = ModifyEngineParams(
bing,
nullptr,
u"Bing",
nullptr,
"https://www.bing.com/search?q={searchTerms}",
"https://www.bing.com/osjson.aspx?query={searchTerms}&language={language}",
Expand Down

0 comments on commit 79afacd

Please sign in to comment.