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

Unified Diff: telemetry/telemetry/internal/platform/platform_backend.py

Issue 2847563002: Rename WaitForTemperature to WaitForBatteryTemperature (Closed)
Patch Set: move documentation to public api Created 3 years, 8 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
Index: telemetry/telemetry/internal/platform/platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/platform_backend.py b/telemetry/telemetry/internal/platform/platform_backend.py
index 9ca19a4e5f914f5613eed61e989c6416ca74e2cd..a7c7442152071715bff8499df3fe94e5d9719410 100644
--- a/telemetry/telemetry/internal/platform/platform_backend.py
+++ b/telemetry/telemetry/internal/platform/platform_backend.py
@@ -300,9 +300,5 @@ class PlatformBackend(object):
def HasBattOrConnected(self):
return battor_wrapper.IsBattOrConnected(self.GetOSName())
- def WaitForTemperature(self, temp):
- """Waits for device under test to cool down to temperature given.
- Args:
- temp: temperature target in degrees C.
- """
+ def WaitForBatteryTemperature(self, temp):
pass
« no previous file with comments | « telemetry/telemetry/internal/platform/android_platform_backend.py ('k') | telemetry/telemetry/internal/story_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698