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

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

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets Created 3 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/perf/page_sets/key_desktop_sites.py ('k') | tools/perf/page_sets/key_mobile_sites_smooth.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_mobile_sites_pages.py
diff --git a/tools/perf/page_sets/key_mobile_sites_pages.py b/tools/perf/page_sets/key_mobile_sites_pages.py
index 775429825c000a3cb6b2837189571dad0aaf2ee3..56bcfc493c34097ccf684634a67958ad37e73104 100644
--- a/tools/perf/page_sets/key_mobile_sites_pages.py
+++ b/tools/perf/page_sets/key_mobile_sites_pages.py
@@ -135,25 +135,6 @@ class YahooAnswersPage(KeyMobileSitesPage):
action_runner.ClickElement(text='Other Answers (1 - 20 of 149)')
-class GmailPage(KeyMobileSitesPage):
-
- """ Why: productivity, top google properties """
-
- def __init__(self, page_set):
- super(GmailPage, self).__init__(
- url='https://mail.google.com/mail/',
- page_set=page_set)
-
- self.credentials = 'google'
-
- def RunNavigateSteps(self, action_runner):
- super(GmailPage, self).RunNavigateSteps(action_runner)
- action_runner.WaitForJavaScriptCondition(
- 'document.getElementById("og_user_warning") !== null')
- action_runner.WaitForJavaScriptCondition(
- 'document.getElementById("og_user_warning") === null')
-
-
class GroupClonedPage(KeyMobileSitesPage):
""" Why: crbug.com/172906 """
« no previous file with comments | « tools/perf/page_sets/key_desktop_sites.py ('k') | tools/perf/page_sets/key_mobile_sites_smooth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698