| Index: systrace/profile_chrome/chrome_tracing_agent_unittest.py
|
| diff --git a/systrace/profile_chrome/chrome_tracing_agent_unittest.py b/systrace/profile_chrome/chrome_tracing_agent_unittest.py
|
| index 27df2c7ae3bbe7c3a9f8ac2b66919b2b91e4a6c0..2fd0692347a512023ce8e6a48ac38b1247e5c0ff 100644
|
| --- a/systrace/profile_chrome/chrome_tracing_agent_unittest.py
|
| +++ b/systrace/profile_chrome/chrome_tracing_agent_unittest.py
|
| @@ -26,9 +26,8 @@ class ChromeAgentTest(agents_unittest.BaseAgentTest):
|
| ring_buffer)
|
|
|
| agent.StartAgentTracing(chrome_tracing_agent.ChromeConfig(categories, None,
|
| - None, None, None,
|
| - None, None,
|
| - None))
|
| + None, None, None, None, None, None, ring_buffer, self.device,
|
| + self.package_info))
|
| agent.StopAgentTracing()
|
| result = agent.GetResults()
|
| json.loads(result.raw_data)
|
|
|