0

[iOS] Update User Agent doc

Make sure that the Desktop UA used in the documentation matches the one
actually used in the code.

Bug: None
Change-Id: I33b8c30a48ada59c9f5fd5fccc896a9684b642b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3055411
Auto-Submit: Gauthier Ambard <gambard@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Reviewed-by: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#905615}
This commit is contained in:
Gauthier Ambard
2021-07-27 07:26:57 +00:00
committed by Chromium LUCI CQ
parent f4312eec73
commit 6c6dc148f8

@ -20,11 +20,11 @@ AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0
Mobile/14E5239e Safari/602.1
```
When the Request Desktop Site feature is enabled, the **Desktop Safari** UA is
sent:
When the Request Desktop Site feature is enabled, the UA is the same as
**Desktop Safari** with `CriOS/<ChromeMajorRevision>` being added:
```
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4)
AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7
Safari/600.7.12
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5)
AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/85
Version/11.1.1 Safari/605.1.15
```