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

Unified Diff: tools/perf/page_sets/desktop_memory.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/chrome_signin.py ('k') | tools/perf/page_sets/dual_browser_story.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/desktop_memory.py
diff --git a/tools/perf/page_sets/desktop_memory.py b/tools/perf/page_sets/desktop_memory.py
index b3a95fdacb2670f8ebcca4df43fac26ff5afc029..59f9005376010baec0af4cc7bdf68ff732f1f6d2 100644
--- a/tools/perf/page_sets/desktop_memory.py
+++ b/tools/perf/page_sets/desktop_memory.py
@@ -50,7 +50,7 @@ class DesktopMemoryPageSet(story.StorySet):
""" Desktop sites with interesting memory characteristics """
def __init__(self):
- super(DesktopMemoryPageSet, self).__init__(verify_names=True)
+ super(DesktopMemoryPageSet, self).__init__()
urls_list = [
'http://www.google.com',
« no previous file with comments | « tools/perf/page_sets/chrome_signin.py ('k') | tools/perf/page_sets/dual_browser_story.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698