summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 03:47:36 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 03:47:36 +0000
commit933225948ffb9a6a7bd2acda53a600d383a2ff53 (patch)
tree2cacb2741312ba46ad9e16bf6ce4c2801021c770 /content
parent5159fdfc95aba24d6b965fe475c5da40a28fd976 (diff)
downloadchromium_src-933225948ffb9a6a7bd2acda53a600d383a2ff53.zip
chromium_src-933225948ffb9a6a7bd2acda53a600d383a2ff53.tar.gz
chromium_src-933225948ffb9a6a7bd2acda53a600d383a2ff53.tar.bz2
Update iOS UA generation for iOS 7.1
The Safare version changed in iOS 7.1; update the mapping accordingly. Review URL: https://codereview.chromium.org/221183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/user_agent_ios.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/user_agent_ios.mm b/content/common/user_agent_ios.mm
index e254305..ca897c1 100644
--- a/content/common/user_agent_ios.mm
+++ b/content/common/user_agent_ios.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[] = {
+ { 7, 1, { "9537.53", "537.51.2" } },
{ 7, 0, { "9537.53", "537.51.1" } },
// 6.1 has the same values as 6.0.
{ 6, 0, { "8536.25", "536.26" } },