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

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

Issue 2941663002: Removing verify_names=True now that the default for verify_names is True (Closed)
Patch Set: 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/system_health/system_health_stories.py ('k') | tools/perf/page_sets/top_10_mobile.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 9692ee6521ecd83dc089f9552e57fa2ccf826f4a..2d7b0a4b73117a909b199c1397ee17b27ede7016 100644
--- a/tools/perf/page_sets/top_10.py
+++ b/tools/perf/page_sets/top_10.py
@@ -94,8 +94,7 @@ class Top10PageSet(story.StorySet):
def __init__(self):
super(Top10PageSet, self).__init__(
archive_data_file='data/top_10.json',
- cloud_storage_bucket=story.PARTNER_BUCKET,
- verify_names=True)
+ cloud_storage_bucket=story.PARTNER_BUCKET)
# top google property; a google tab is often open
self.AddStory(Google(self))
« no previous file with comments | « tools/perf/page_sets/system_health/system_health_stories.py ('k') | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698