Index: ios/web/public/user_agent.mm |
diff --git a/ios/web/public/user_agent.mm b/ios/web/public/user_agent.mm |
index 879667e754035d6dd8d3dd0430fe0abb66e0ea3e..24fb64612c0783532c012083817eb69981515b39 100644 |
--- a/ios/web/public/user_agent.mm |
+++ b/ios/web/public/user_agent.mm |
@@ -33,6 +33,7 @@ const UAVersions& GetUAVersionsForCurrentOS() { |
// Safari version can't be, so a lookup table is used instead (for both, since |
// the reported versions should stay in sync). |
static const OSVersionMap version_map[] = { |
+ { 8, 0, { "600.1.4", "600.1.4" } }, |
{ 7, 1, { "9537.53", "537.51.2" } }, |
{ 7, 0, { "9537.53", "537.51.1" } }, |
// 6.1 has the same values as 6.0. |