Skip to content

Commit

Permalink
Merge pull request #6538 from brave/fix-11483
Browse files Browse the repository at this point in the history
Removes France and Germany from Gemini supported regions
  • Loading branch information
ryanml committed Sep 2, 2020
1 parent 71cc74e commit b41f5b4
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 b41f5b4

Please sign in to comment.