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

Side by Side Diff: tools/perf/page_sets/key_mobile_sites.json

Issue 11299273: Telemetry: sets key_mobile_sites to use "mobile" user agent type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Mobile sites for M25", 2 "description": "Mobile sites for M25",
3 "credentials_path": "../data/credentials.json", 3 "credentials_path": "../data/credentials.json",
4 "user_agent_type": "mobile",
4 "pages": [ 5 "pages": [
5 { 6 {
6 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr ogram/", 7 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr ogram/",
7 "scrolling": { 8 "scrolling": {
8 "action": "scrolling_interaction" 9 "action": "scrolling_interaction"
9 } 10 }
10 }, 11 },
11 { 12 {
12 "url": "http://nytimes.com/", 13 "url": "http://nytimes.com/",
13 "scrolling": { 14 "scrolling": {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 } 226 }
226 }, 227 },
227 { 228 {
228 "url": "http://techcrunch.com", 229 "url": "http://techcrunch.com",
229 "why": "top tech blog", 230 "why": "top tech blog",
230 "scrolling": { 231 "scrolling": {
231 "action": "scrolling_interaction" 232 "action": "scrolling_interaction"
232 } 233 }
233 }, 234 },
234 { 235 {
235 "url": "ttp://br.337.com/pages/196/DDTank", 236 "url": "http://br.337.com/pages/196/DDTank",
236 "scrolling": { 237 "scrolling": {
237 "action": "scrolling_interaction" 238 "action": "scrolling_interaction"
238 } 239 }
239 }, 240 },
240 { 241 {
241 "url": "http://culturalsolutions.co.uk/", 242 "url": "http://culturalsolutions.co.uk/",
242 "scrolling": { 243 "scrolling": {
243 "action": "scrolling_interaction" 244 "action": "scrolling_interaction"
244 } 245 }
245 }, 246 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }, 349 },
349 { 350 {
350 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920", 351 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920",
351 "scrolling": { 352 "scrolling": {
352 "action": "scrolling_interaction" 353 "action": "scrolling_interaction"
353 } 354 }
354 } 355 }
355 ] 356 ]
356 } 357 }
357 358
OLDNEW
« 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