Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / backends / chrome / cros_browser_with_oobe.py
index a3d63bc..afec18c 100644 (file)
@@ -8,9 +8,10 @@ from telemetry.core.backends.chrome import cros_browser_backend
 
 class CrOSBrowserWithOOBE(browser.Browser):
   """Cros-specific browser."""
-  def __init__(self, backend, platform_backend):
+  def __init__(self, backend, platform_backend, credentials_path):
     assert isinstance(backend, cros_browser_backend.CrOSBrowserBackend)
-    super(CrOSBrowserWithOOBE, self).__init__(backend, platform_backend)
+    super(CrOSBrowserWithOOBE, self).__init__(
+        backend, platform_backend, credentials_path)
 
   @property
   def oobe(self):