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

Unified Diff: tools/telemetry/telemetry/page/actions/media_action.py

Issue 21134002: Add Telemetry media loop action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 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/telemetry/telemetry/page/actions/loop_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/actions/media_action.py
diff --git a/tools/telemetry/telemetry/page/actions/media_action.py b/tools/telemetry/telemetry/page/actions/media_action.py
index 7f3829b3f109dda0dd785d72cf7e59034b4db314..c68dcde958284b2d30fbc7c509904f66581ea268 100644
--- a/tools/telemetry/telemetry/page/actions/media_action.py
+++ b/tools/telemetry/telemetry/page/actions/media_action.py
@@ -11,9 +11,6 @@ from telemetry.page.actions import page_action
class MediaAction(page_action.PageAction):
- def __init__(self, attributes=None):
- super(MediaAction, self).__init__(attributes)
-
def WillRunAction(self, page, tab):
"""Loads the common media action JS code prior to running the action."""
self.LoadJS(tab, 'media_action.js')
« no previous file with comments | « tools/telemetry/telemetry/page/actions/loop_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698