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

Unified Diff: trace_inputs.py

Issue 15867006: Ignore chown. (Closed) Base URL: https://git.chromium.org/chromium/tools/swarm_client.git@5_no_external
Patch Set: Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trace_inputs.py
diff --git a/trace_inputs.py b/trace_inputs.py
index b1b1323c516001a679cc60887648c2ca5af554ab..668fcf6efa1d624e05874a5a8ead1c1f3cdd9c3d 100755
--- a/trace_inputs.py
+++ b/trace_inputs.py
@@ -1382,6 +1382,9 @@ class Strace(ApiBase):
self.cwd = self.RelativePath(self, args[0])
logging.debug('handle_chdir(%d, %s)' % (self.pid, self.cwd))
+ def handle_chown(self, _args, result):
+ pass
+
def handle_clone(self, _args, result):
self._handling_forking('clone', result)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698