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

Unified Diff: tools/telemetry/telemetry/core/android_app_unittest.py

Issue 994583004: Revert of Set use_rndis_forwarder in platform backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/android_app_unittest.py
diff --git a/tools/telemetry/telemetry/core/android_app_unittest.py b/tools/telemetry/telemetry/core/android_app_unittest.py
index 4b2af1a02b0f60c68f0a8a8a95d045287e328149..2021625b5b61755fbbfe9ad3c0046fdad2abb709 100644
--- a/tools/telemetry/telemetry/core/android_app_unittest.py
+++ b/tools/telemetry/telemetry/core/android_app_unittest.py
@@ -16,11 +16,11 @@
class AndroidAppTest(unittest.TestCase):
def setUp(self):
- self._options = options_for_unittests.GetCopy()
- self._device = android_device.GetDevice(self._options)
+ options = options_for_unittests.GetCopy()
+ self._device = android_device.GetDevice(options)
def CreateAndroidApp(self, start_intent):
- platform = platform_module.GetPlatformForDevice(self._device, self._options)
+ platform = platform_module.GetPlatformForDevice(self._device)
platform_backend = platform._platform_backend
app_backend = android_app_backend.AndroidAppBackend(
platform_backend, start_intent)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698