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

Unified Diff: tools/telemetry/telemetry/core/user_agent.py

Issue 400873002: Telemetry: Add simple mobile page-set with smoothness/thread-times. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 5 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 | « tools/perf/page_sets/simple_mobile_sites.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/user_agent.py
diff --git a/tools/telemetry/telemetry/core/user_agent.py b/tools/telemetry/telemetry/core/user_agent.py
index 4fa2f680437b5421d4027783f44f6e05a22ea717..885c221385210e368826475aa57be9ce33416f46 100644
--- a/tools/telemetry/telemetry/core/user_agent.py
+++ b/tools/telemetry/telemetry/core/user_agent.py
@@ -15,6 +15,10 @@ UA_TYPE_MAPPING = {
'Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus 7 Build/IMM76B) '
'AppleWebKit/535.19 (KHTML, like Gecko) Chrome/27.0.1453.111 '
'Safari/535.19',
+ 'tablet_10_inch':
+ 'Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus 10 Build/IMM76B) '
+ 'AppleWebKit/535.19 (KHTML, like Gecko) Chrome/27.0.1453.111 '
+ 'Safari/535.19',
}
« no previous file with comments | « tools/perf/page_sets/simple_mobile_sites.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698