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

Unified Diff: tools/perf/page_sets/system_health/system_health_story.py

Issue 2235803002: [system-health] Rename browse:media:facebook to browse:media:facebook_photos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/loading_stories.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/system_health_story.py
diff --git a/tools/perf/page_sets/system_health/system_health_story.py b/tools/perf/page_sets/system_health/system_health_story.py
index 5d916bc37c538689df32bd4233c29a3e6d4b536d..1642e44eddbac2eb73dae038b448f7ebba513036 100644
--- a/tools/perf/page_sets/system_health/system_health_story.py
+++ b/tools/perf/page_sets/system_health/system_health_story.py
@@ -23,11 +23,7 @@ class _MetaSystemHealthStory(type):
story set. This field is NOT inherited by subclasses (that's why it's
defined on the metaclass).
"""
- return cls.__dict__.get('__ABSTRACT_STORY__', False)
-
- @ABSTRACT_STORY.setter
- def ABSTRACT_STORY(cls, ABSTRACT_STORY):
- cls.__dict__['__ABSTRACT_STORY__'] = ABSTRACT_STORY
+ return cls.__dict__.get('ABSTRACT_STORY', False)
class SystemHealthStory(page.Page):
« no previous file with comments | « tools/perf/page_sets/system_health/loading_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698