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

Unified Diff: build/android/pylib/local/machine/local_machine_environment.py

Issue 2933993002: Add local results details pages.
Patch Set: Fix some of Johns comments. Created 3 years, 4 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: build/android/pylib/local/machine/local_machine_environment.py
diff --git a/build/android/pylib/local/machine/local_machine_environment.py b/build/android/pylib/local/machine/local_machine_environment.py
index a816e7f4ad6ffec6b45714e5f8c8db03c6f55dcf..3752a8afbdf4bbef8e0a24c35c6d7a60b777ba35 100644
--- a/build/android/pylib/local/machine/local_machine_environment.py
+++ b/build/android/pylib/local/machine/local_machine_environment.py
@@ -9,8 +9,8 @@ from pylib.base import environment
class LocalMachineEnvironment(environment.Environment):
- def __init__(self, _args, _error_func):
- super(LocalMachineEnvironment, self).__init__()
+ def __init__(self, _args, output_manager, _error_func):
+ super(LocalMachineEnvironment, self).__init__(output_manager)
devil_chromium.Initialize(
output_directory=constants.GetOutDirectory())
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | build/android/pylib/output/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698