Skip to content

Commit

Permalink
Fixes brave/brave-browser#11483 - Removes France and Germany from Gem…
Browse files Browse the repository at this point in the history
…ini supported regions
  • Loading branch information
ryanml committed Aug 31, 2020
1 parent f341b11 commit 09dabf2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions components/gemini/browser/regions.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ const std::vector<std::string> supported_regions = {
// United States
"US",
// EU Countries
"BE", "BG", "CZ", "DK", "DE",
"EE", "IE", "EL", "ES", "FR",
"HR", "IT", "CY", "LV", "LT",
"LU", "HU", "MT", "NL", "AT",
"PL", "PT", "RO", "SI", "SK",
"FI", "SE"
"BE", "BG", "CZ", "DK", "EE",
"IE", "EL", "ES", "HR", "IT",
"CY", "LV", "LT", "LU", "HU",
"MT", "NL", "AT", "PL", "PT",
"RO", "SI", "SK", "FI", "SE"
};

} // namespace gemini
Expand Down

0 comments on commit 09dabf2

Please sign in to comment.