Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / perf / page_sets / tough_pinch_zoom_cases.py
index 917c5e6..a11f4a4 100644 (file)
@@ -8,9 +8,9 @@ from telemetry.page import page_set as page_set_module
 class ToughPinchZoomCasesPage(page_module.Page):
 
   def __init__(self, url, page_set, name=''):
-    super(ToughPinchZoomCasesPage, self).__init__(url=url, page_set=page_set,
-                                                  name=name)
-    self.credentials_path = 'data/credentials.json'
+    super(ToughPinchZoomCasesPage, self).__init__(
+        url=url, page_set=page_set, name=name,
+        credentials_path = 'data/credentials.json')
     self.user_agent_type = 'desktop'
     self.archive_data_file = 'data/tough_pinch_zoom_cases.json'
 
@@ -246,7 +246,6 @@ class ToughPinchZoomCasesPageSet(page_set_module.PageSet):
 
   def __init__(self):
     super(ToughPinchZoomCasesPageSet, self).__init__(
-      credentials_path='data/credentials.json',
       user_agent_type='desktop',
       archive_data_file='data/tough_pinch_zoom_cases.json',
       bucket=page_set_module.PARTNER_BUCKET)