Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / platform / cros_platform_backend.py
index f35816d..81f5b00 100644 (file)
@@ -45,6 +45,9 @@ class CrosPlatformBackend(
   def GetOSName(self):
     return 'chromeos'
 
+  def GetOSVersionName(self):
+    return ''  # TODO: Implement this.
+
   def GetChildPids(self, pid):
     """Returns a list of child pids of |pid|."""
     all_process_info = self._cri.ListProcesses()