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

Unified Diff: tools/perf/page_sets/trivial_sites.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/tough_webgl_cases.py ('k') | tools/perf/page_sets/typical_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/trivial_sites.py
diff --git a/tools/perf/page_sets/trivial_sites.py b/tools/perf/page_sets/trivial_sites.py
index 192ce5b442520e70c9d682e5440e676ef92764b0..ae951d74177e89474a229560cef6358beb3db3f4 100644
--- a/tools/perf/page_sets/trivial_sites.py
+++ b/tools/perf/page_sets/trivial_sites.py
@@ -133,12 +133,10 @@ class TrivialAnimationPage(_BasePage):
class TrivialSitesStorySet(story.StorySet):
def __init__(self, shared_state = shared_page_state.SharedPageState,
- wait_in_seconds=0, measure_memory=False,
- verify_names=True):
+ wait_in_seconds=0, measure_memory=False):
# Wait is time to wait_in_seconds on page in seconds.
super(TrivialSitesStorySet, self).__init__(
- cloud_storage_bucket=story.PUBLIC_BUCKET,
- verify_names=True)
+ cloud_storage_bucket=story.PUBLIC_BUCKET)
self.AddStory(TrivialScrollingPage(
self, shared_state, wait_in_seconds, measure_memory))
self.AddStory(TrivialBlinkingCursorPage(
« no previous file with comments | « tools/perf/page_sets/tough_webgl_cases.py ('k') | tools/perf/page_sets/typical_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698