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

Unified Diff: tools/cygprofile/profile_android_startup.py

Issue 1462503002: Mechanically change TODO(azarchs) into TODO(pasko) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add lizeb as well Created 5 years, 1 month 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 | « tools/cygprofile/patch_orderfile.py ('k') | tools/cygprofile/symbol_extractor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « tools/cygprofile/patch_orderfile.py ('k') | tools/cygprofile/symbol_extractor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698