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

Unified Diff: tools/telemetry/telemetry/inspector_timeline.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
« no previous file with comments | « tools/telemetry/telemetry/inspector_runtime.py ('k') | tools/telemetry/telemetry/png_bitmap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/inspector_timeline.py
diff --git a/tools/telemetry/telemetry/inspector_timeline.py b/tools/telemetry/telemetry/inspector_timeline.py
index 0aadb3ab94fd8495c602f0e7883b74c8e65271b4..6b502fa450f9e24ec4720ea19c70b56ae16836b6 100644
--- a/tools/telemetry/telemetry/inspector_timeline.py
+++ b/tools/telemetry/telemetry/inspector_timeline.py
@@ -59,8 +59,9 @@ class InspectorTimeline(object):
def __exit__(self, *args):
self._timeline.Stop()
- def __init__(self, inspector_backend):
+ def __init__(self, inspector_backend, tab):
self._inspector_backend = inspector_backend
+ self._tab = tab
self._is_recording = False
self._timeline_events = TimelineEvents()
« no previous file with comments | « tools/telemetry/telemetry/inspector_runtime.py ('k') | tools/telemetry/telemetry/png_bitmap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698