Index: tools/cygprofile/profile_android_startup.py |
diff --git a/tools/cygprofile/profile_android_startup.py b/tools/cygprofile/profile_android_startup.py |
index 2543b8631e2db6a5ac01d877ef1c258cb3943460..6dbf0ea598d43bb45a7f93390516208a53b06309 100644 |
--- a/tools/cygprofile/profile_android_startup.py |
+++ b/tools/cygprofile/profile_android_startup.py |
@@ -79,7 +79,7 @@ class WprManager(object): |
def Start(self): |
"""Set up the device and host for WPR.""" |
self.Stop() |
- #TODO(azarchs): make self._InstallTestCa() work |
+ # TODO(lizeb,pasko): make self._InstallTestCa() work |
self._BringUpWpr() |
self._StartForwarder() |
@@ -87,7 +87,7 @@ class WprManager(object): |
"""Clean up the device and host's WPR setup.""" |
self._StopForwarder() |
self._StopWpr() |
- #TODO(azarchs): make self._RemoveTestCa() work |
+ # TODO(lizeb,pasko): make self._RemoveTestCa() work |
def __enter__(self): |
self.Start() |