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)) |
- |