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

Unified Diff: tools/telemetry/telemetry/inspector_runtime.py

Issue 11360172: Added Tab.SnapshotContent and MapsGL example to telemetry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merged with master Created 8 years, 1 month 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: tools/telemetry/telemetry/inspector_runtime.py
diff --git a/tools/telemetry/telemetry/inspector_runtime.py b/tools/telemetry/telemetry/inspector_runtime.py
index 4479b66b1d221c99deb26004b9d638e16bb0efd2..e6a90bc0ff6e105001d28ddf8e2c790d7aa9e0d3 100644
--- a/tools/telemetry/telemetry/inspector_runtime.py
+++ b/tools/telemetry/telemetry/inspector_runtime.py
@@ -5,7 +5,8 @@ class EvaluateException(Exception):
pass
class InspectorRuntime(object):
- def __init__(self, inspector_backend):
+ def __init__(self, inspector_backend, tab):
+ self._tab = tab
self._inspector_backend = inspector_backend
self._inspector_backend.RegisterDomain(
'Runtime',
« no previous file with comments | « tools/telemetry/telemetry/inspector_page_unittest.py ('k') | tools/telemetry/telemetry/inspector_timeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698