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

Unified Diff: systrace/profile_chrome/fake_agent_2.py

Issue 3018533002: Implementing a Monsoon power monitor trace agent, utilizing the UI infrastructure that the BattOr a…
Patch Set: Updating static methods and fixing test fakes. Created 3 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698