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

Unified Diff: tools/perf/page_sets/pathological_mobile_sites.py

Issue 976083003: Move the original Linkedin and Wowwiki page from key_mobile_sites to pathological_mobile_sites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-record WPR file Created 5 years, 10 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/data/pathological_mobile_sites_009.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/pathological_mobile_sites.py
diff --git a/tools/perf/page_sets/pathological_mobile_sites.py b/tools/perf/page_sets/pathological_mobile_sites.py
index 5e30b2f22e34a2000e959789c5649edc91db8405..1a469206709b928aaef4509982af3c952627df3d 100644
--- a/tools/perf/page_sets/pathological_mobile_sites.py
+++ b/tools/perf/page_sets/pathological_mobile_sites.py
@@ -36,8 +36,9 @@ class PathologicalMobileSitesPageSet(page_set_module.PageSet):
'http://www.latimes.com',
('http://www.pbs.org/newshour/bb/'
'much-really-cost-live-city-like-seattle/#the-rundown'),
- 'http://www.zdnet.com']
+ 'http://www.zdnet.com',
+ 'http://www.wowwiki.com/World_of_Warcraft:_Mists_of_Pandaria',
+ 'https://www.linkedin.com/in/linustorvalds']
for site in sites:
self.AddUserStory(PathologicalMobileSitesPage(site, self))
-
« no previous file with comments | « tools/perf/page_sets/data/pathological_mobile_sites_009.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698