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

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

Issue 330063003: Disable GMail page in top_10 and tough_energy_cases page sets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | tools/perf/page_sets/tough_energy_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_10.py
diff --git a/tools/perf/page_sets/top_10.py b/tools/perf/page_sets/top_10.py
index d234c5144d88aaaa8d61c50e7c7f08651065d05c..0eb4e7ca8099b4f9f3b8ed1b1ad3b66cd8b42df7 100644
--- a/tools/perf/page_sets/top_10.py
+++ b/tools/perf/page_sets/top_10.py
@@ -97,7 +97,8 @@ class Top10PageSet(page_set_module.PageSet):
self.AddPage(Google(self))
# productivity, top google properties
- self.AddPage(Gmail(self))
+ # TODO(dominikg): fix crbug.com/386152
+ #self.AddPage(Gmail(self))
# productivity, top google properties
self.AddPage(GoogleCalendar(self))
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_energy_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698