| Index: systrace/profile_chrome/fake_agent_2.py
 | 
| diff --git a/systrace/profile_chrome/fake_agent_2.py b/systrace/profile_chrome/fake_agent_2.py
 | 
| index 477b6c750910601a4c7c756a562ec5c2c6f259a0..c0fecb8ed4c839d92a45213291acdfea9742469d 100644
 | 
| --- a/systrace/profile_chrome/fake_agent_2.py
 | 
| +++ b/systrace/profile_chrome/fake_agent_2.py
 | 
| @@ -37,6 +37,10 @@ class FakeAgent2(object):
 | 
|        f.write(self.contents)
 | 
|        return f.name
 | 
|  
 | 
| +  # pylint: disable=no-self-use
 | 
| +  def IsConnectionOwner(self):
 | 
| +    return False
 | 
| +
 | 
|    # pylint: disable=no-self-use
 | 
|    def SupportsExplicitClockSync(self):
 | 
|      return False
 | 
| 
 |