Index: ios/web/public/user_agent.mm |
diff --git a/ios/web/public/user_agent.mm b/ios/web/public/user_agent.mm |
index 722c25eb7049bfc890e85cab492423612f42008a..976078fdb939fda3f34e4717414442d95b36c256 100644 |
--- a/ios/web/public/user_agent.mm |
+++ b/ios/web/public/user_agent.mm |
@@ -36,6 +36,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[] = { |
+ {10, 0, {"602.1", "602.1.50"}}, |
{9, 0, {"601.1.46", "601.1"}}, |
{8, 0, {"600.1.4", "600.1.4"}}, |
{7, 1, {"9537.53", "537.51.2"}}, |