Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2813)

Unified Diff: docs/ios/user_agent.md

Issue 2782543003: Add Request Desktop Site UA. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ios/user_agent.md
diff --git a/docs/ios/user_agent.md b/docs/ios/user_agent.md
index 0ecef2be6cda97dec1f6aee298d3362a01498495..1ad1be1e3bbb5b204117967419b6d52a3a2ce918 100644
--- a/docs/ios/user_agent.md
+++ b/docs/ios/user_agent.md
@@ -12,10 +12,19 @@ AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75
Mobile/14E5239e Safari/602.1
```
-For comparison, the **Safari** UA:
+For comparison, the **Mobile Safari** UA:
```
Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X)
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:
+
+```
+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
+```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698