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

Unified Diff: build/android/pylib/flag_changer.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 | « no previous file | build/android/pylib/forwarder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/flag_changer.py
diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py
index 9731fcd9c3bb7a03f7f0dd1912e57fff5c462997..a613f6a3abdc1ef1569309d73aebea2b8d03cfdc 100644
--- a/build/android/pylib/flag_changer.py
+++ b/build/android/pylib/flag_changer.py
@@ -4,7 +4,6 @@
import logging
-import pylib.android_commands
import pylib.device.device_utils
from pylib.device import device_errors
@@ -27,8 +26,6 @@ class FlagChanger(object):
device: A DeviceUtils instance.
cmdline_file: Path to the command line file on the device.
"""
- # TODO(jbudorick) Remove once telemetry switches over.
- assert not isinstance(device, pylib.android_commands.AndroidCommands)
self._device = device
self._cmdline_file = cmdline_file
« no previous file with comments | « no previous file | build/android/pylib/forwarder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698