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

Unified Diff: tools/skp/page_sets/skia_worldjournal_nexus10.py

Issue 1212843008: Use AddStory instead of deprecated AddUserStory (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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/skp/page_sets/skia_wikipedia_desktop.py ('k') | tools/skp/page_sets/skia_wowwiki_desktop.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/page_sets/skia_worldjournal_nexus10.py
diff --git a/tools/skp/page_sets/skia_worldjournal_nexus10.py b/tools/skp/page_sets/skia_worldjournal_nexus10.py
index 9444ea96c0c6d7b27d4c48147cc49c26f2c16b30..713a4aabf08bdc2912508e50d7c3472557f76ec2 100644
--- a/tools/skp/page_sets/skia_worldjournal_nexus10.py
+++ b/tools/skp/page_sets/skia_worldjournal_nexus10.py
@@ -34,4 +34,4 @@ class SkiaWorldjournalNexus10PageSet(story.StorySet):
]
for url in urls_list:
- self.AddUserStory(SkiaBuildbotDesktopPage(url, self))
+ self.AddStory(SkiaBuildbotDesktopPage(url, self))
« no previous file with comments | « tools/skp/page_sets/skia_wikipedia_desktop.py ('k') | tools/skp/page_sets/skia_wowwiki_desktop.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698