Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / perf / page_sets / media_cns_cases.py
index 56bdd82..83f98db 100644 (file)
@@ -15,7 +15,7 @@ class BasicPlayPage(page_module.Page):
     action_runner.PlayMedia(playing_event_timeout_in_seconds=60,
                             ended_event_timeout_in_seconds=60)
 
-  def RunMediaMetrics(self, action_runner):
+  def RunPageInteractions(self, action_runner):
     self.PlayAction(action_runner)
 
   def SeekBeforeAndAfterPlayhead(self, action_runner):
@@ -36,7 +36,7 @@ class SeekBeforeAndAfterPlayheadPage(BasicPlayPage):
                                                          page_set=page_set)
     self.add_browser_metrics = False
 
-  def RunMediaMetrics(self, action_runner):
+  def RunPageInteractions(self, action_runner):
     self.SeekBeforeAndAfterPlayhead(action_runner)