Skip to content

Commit

Permalink
Merge pull request #9226 from brave/pr9216_bsc-rename-brave-search_1.…
Browse files Browse the repository at this point in the history
…26.x

Update Brave Search name (uplift to 1.26.x)
  • Loading branch information
kjozwiak authored Jun 29, 2021
2 parents 0aa01fb + bc2459d commit d232719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class OnboardingPrefManager {
public static boolean isNotification;

private static final String GOOGLE = "Google";
public static final String BRAVE = "Brave Search beta";
public static final String BRAVE = "Brave";
public static final String DUCKDUCKGO = "DuckDuckGo";
private static final String QWANT = "Qwant";
private static final String BING = "Bing";
Expand Down
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 @@ -12,7 +12,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 = 13;
const int kBraveCurrentDataVersion = 14;
// DO NOT CHANGE THIS ONE. Used for backfilling kBraveDefaultSearchVersion.
const int kBraveFirstTrackedDataVersion = 6;

Expand Down Expand Up @@ -195,7 +195,7 @@ const PrepopulatedEngine brave_yandex =
PREPOPULATED_ENGINE_ID_YANDEX);

const PrepopulatedEngine brave_search = {
L"Brave Search beta",
L"Brave",
L":br",
"https://cdn.search.brave.com/serp/favicon.ico",
"https://search.brave.com/search?q={searchTerms}&source="
Expand Down

0 comments on commit d232719

Please sign in to comment.