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

Unified Diff: build/android/pylib/screenshot.py

Issue 1261763004: Remove handling code for android_command in pylib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove 2 more TODO comments Created 5 years, 5 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
« no previous file with comments | « build/android/pylib/perf/thermal_throttle.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/screenshot.py
diff --git a/build/android/pylib/screenshot.py b/build/android/pylib/screenshot.py
index 4dcd1e770793d00d800d032c721eb14f4a813644..b04e735f1729e515c4d6160ee1d48e7dd4a7fa96 100644
--- a/build/android/pylib/screenshot.py
+++ b/build/android/pylib/screenshot.py
@@ -11,8 +11,6 @@ from pylib import cmd_helper
from pylib import device_signal
from pylib.device import device_errors
-# TODO(jbudorick) Remove once telemetry gets switched over.
-import pylib.android_commands
import pylib.device.device_utils
@@ -30,8 +28,6 @@ class VideoRecorder(object):
"""
def __init__(self, device, megabits_per_second=4, size=None,
rotate=False):
- # TODO(jbudorick) Remove once telemetry gets switched over.
- assert not isinstance(device, pylib.android_commands.AndroidCommands)
self._device = device
self._device_file = (
'%s/screen-recording.mp4' % device.GetExternalStoragePath())
« no previous file with comments | « build/android/pylib/perf/thermal_throttle.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698