| Index: systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| diff --git a/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py b/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| index 6c83c74a88d65275cd08607a859e60c54ae9e02c..d07fd26bba0ab2a7a644e4aef9186ee4839aa48f 100644
|
| --- a/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| +++ b/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| @@ -14,7 +14,7 @@ class ChromeAgentTest(agents_unittest.BaseAgentTest):
|
| self.device, self.package_info, False, 'https://www.google.com')
|
|
|
| try:
|
| - agent.StartAgentTracing(None, None)
|
| + agent.StartAgentTracing(None)
|
| finally:
|
| agent.StopAgentTracing()
|
|
|
|
|