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

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

Issue 799183002: Rename AddPage -> AddUserStory in tools/perf/page_sets/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/garbage_collection_cases.py ('k') | tools/perf/page_sets/gmail_refresh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/gmail_compose_discard.py
diff --git a/tools/perf/page_sets/gmail_compose_discard.py b/tools/perf/page_sets/gmail_compose_discard.py
index 3eedb597cb5b150d9ccb2acc782c44a0f3fdf8d4..e971505f3f531a6d6ebfc6c7a6f18adf91157096 100644
--- a/tools/perf/page_sets/gmail_compose_discard.py
+++ b/tools/perf/page_sets/gmail_compose_discard.py
@@ -68,4 +68,4 @@ class GmailComposeDiscardPageSet(page_set_module.PageSet):
super(GmailComposeDiscardPageSet, self).__init__(
user_agent_type='desktop')
- self.AddPage(GmailComposeDiscardPage(self))
+ self.AddUserStory(GmailComposeDiscardPage(self))
« no previous file with comments | « tools/perf/page_sets/garbage_collection_cases.py ('k') | tools/perf/page_sets/gmail_refresh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698